Color: #EAFAFC
#EAFAFC Color Information
#EAFAFC is a light color. The closest websafe version is #EAFAFC. A complement of this color would be #FCEBE9, perceived brightness is 0.96, and the grayscale version is #F3F3F3.
In the HSL color space, this color has a hue angle of 187°,a saturation of 75%, and a lightness of 95%.The HSV representation shows a hue of 187°, a saturation of 100%, and a value of 100%.
In a RGB color space, #EAFAFC is composed of 92% red, 98% green and 99% blue. Whereas in a CMYK color space, it is composed of 7% cyan, 1% magenta, 0% yellow and 1% black.
In the Yxy color space, this color is represented as Y: 92.74, x: 0.3340, and y: 0.3576.
Color Code #EAFAFC
Shades of Color #EAFAFC
Shades are created by darkening the original color #EAFAFC 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 #EAFAFC
Tints are created by lightening the original color #EAFAFC 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 #EAFAFC Color Code
In the HSL color space, this color has a hue angle of 187°, a saturation of 75%, and a lightness of 95%. The HSV representation shows a hue of 187°, a saturation of 7%, and a value of 99%.
- HEX: #EAFAFC
- RGB: rgb(234, 250, 252)
- HSL: hsl(187, 75%, 95%)
- HSV: hsv(187, 7%, 99%)
- CMYK: 7.00% cyan, 100.00% magenta, 0.00% yellow, 100.00% black
- XYZ: 86.62, 92.74, 79.95
- Yxy: 92.74, 0.3340, 0.3576
- Hunter Lab: 97.12, -5.15, -2.86
- CIE-Lab: 97.12, -5.15, -2.86
In the XYZ color space, this color is represented as X: 86.62, Y: 92.74, Z: 79.95. The Yxy representation further refines this as Y: 92.74, x: 0.3340, and y: 0.3576.
In the Hunter Lab color space, this color is represented as L: 97.12, a: -5.15, and b: -2.86. Similarly, in the CIE-Lab color space, it is represented as L: 97.12, a: -5.15, and b: -2.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 #EAFAFC
Triadic colors are three colors evenly spaced around the color wheel, including #EAFAFC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #EAFAFC
Monochromatic colors are variations of #EAFAFC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #EAFAFC
The complementary color of #EAFAFC 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 #EAFAFC
/* Using HEX */ body { background-color: #eafafc; }
/* Using RGB */ body { background-color: rgb(234, 250, 252); }
/* Using RGB with opacity */ body { background-color: rgba(234, 250, 252, 0.5); }
/* Using HSL */ body { background-color: hsl(187, 75%, 95%); }
/* Text color */ p { color: #eafafc; }
/* Box shadow */ div { box-shadow: 4px 4px #eafafc; }
HTML Examples of #EAFAFC
<!-- Using HEX --> <div style="background-color: #eafafc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(234, 250, 252); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(234, 250, 252, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(187, 75%, 95%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #eafafc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #eafafc; width: 100px; height: 100px;"></div>
Related Colors of #EAFAFC
These colors are similar to #EAFAFC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.