Color: #8EB8EC
#8EB8EC Color Information
#8EB8EC is a light color. The closest websafe version is #8EB8EC. A complement of this color would be #ECC18E, perceived brightness is 0.70, and the grayscale version is #BDBDBD.
In the HSL color space, this color has a hue angle of 213°,a saturation of 71%, and a lightness of 74%.The HSV representation shows a hue of 213°, a saturation of 100%, and a value of 100%.
In a RGB color space, #8EB8EC is composed of 56% red, 72% green and 93% blue. Whereas in a CMYK color space, it is composed of 40% cyan, 22% magenta, 0% yellow and 7% black.
In the Yxy color space, this color is represented as Y: 45.46, x: 0.2768, and y: 0.2978.
Color Code #8EB8EC
Shades of Color #8EB8EC
Shades are created by darkening the original color #8EB8EC in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.
Tints of Color #8EB8EC
Tints are created by lightening the original color #8EB8EC in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.
About #8EB8EC Color Code
In the HSL color space, this color has a hue angle of 213°, a saturation of 71%, and a lightness of 74%. The HSV representation shows a hue of 213°, a saturation of 40%, and a value of 93%.
- HEX: #8EB8EC
- RGB: rgb(142, 184, 236)
- HSL: hsl(213, 71%, 74%)
- HSV: hsv(213, 40%, 93%)
- CMYK: 40.00% cyan, 22.00% magenta, 0.00% yellow, 7.00% black
- XYZ: 42.25, 45.46, 64.94
- Yxy: 45.46, 0.2768, 0.2978
- Hunter Lab: 73.20, -4.69, -30.86
- CIE-Lab: 73.20, -4.69, -30.86
In the XYZ color space, this color is represented as X: 42.25, Y: 45.46, Z: 64.94. The Yxy representation further refines this as Y: 45.46, x: 0.2768, and y: 0.2978.
In the Hunter Lab color space, this color is represented as L: 73.20, a: -4.69, and b: -30.86. Similarly, in the CIE-Lab color space, it is represented as L: 73.20, a: -4.69, and b: -30.86.
Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.
Triadic Colors of #8EB8EC
Triadic colors are three colors evenly spaced around the color wheel, including #8EB8EC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #8EB8EC
Monochromatic colors are variations of #8EB8EC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #8EB8EC
The complementary color of #8EB8EC is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.
CSS Examples of #8EB8EC
/* Using HEX */ body { background-color: #8eb8ec; }
/* Using RGB */ body { background-color: rgb(142, 184, 236); }
/* Using RGB with opacity */ body { background-color: rgba(142, 184, 236, 0.5); }
/* Using HSL */ body { background-color: hsl(213, 71%, 74%); }
/* Text color */ p { color: #8eb8ec; }
/* Box shadow */ div { box-shadow: 4px 4px #8eb8ec; }
HTML Examples of #8EB8EC
<!-- Using HEX --> <div style="background-color: #8eb8ec; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(142, 184, 236); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(142, 184, 236, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(213, 71%, 74%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #8eb8ec;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #8eb8ec; width: 100px; height: 100px;"></div>
Related Colors of #8EB8EC
These colors are similar to #8EB8EC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.