Shades of Alice Blue #EAF2F7
Tints of Alice Blue #EAF2F7
RGB
CMYK
RGB Variations
Color information
#EAF2F7 (or 0xEAF2F7) is known color: Alice Blue. HEX triplet: EA, F2 and F7. RGB value is (234,242,247). Sum of RGB (Red+Green+Blue) = 234+242+247=723 (95% of max value = 765). Red value is 234 (91.80% from 255 or 32.37% from 723); Green value is 242 (94.92% from 255 or 33.47% from 723); Blue value is 247 (96.88% from 255 or 34.16% from 723); Max value from RGB is 247 - color contains mainly: blue. Hex color #EAF2F7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF2F7 is #150D08. Grayscale: #F0F0F0. Windows color (decimal): -1379593 or 16249578. OLE color: 16249578.
HSL color Cylindrical-coordinate representation of color #EAF2F7: hue angle of 203.08º degrees, saturation: 0.45, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EAF2F7 is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 234 | 242 | 247 | - |
| CMYK | 0.05 | 0.02 | 0 | 0.03 |
| HSL | 203.08º | 0.45% | 0.94% | - |
| HSV(B) | 203.08º | 0.05% | 0.97% | - |
| XYZ | 82.47 | 87.71 | 100.58 | - |
| YUV | 240.18 | 131.85 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 242 | 247 | 0.05 | 0.02 | 0 | 0.03 | 203.08 | 0.45 | 0.94 |
| Hex | EA | F2 | F7 | 5 | 2 | 0 | 3 | CB | 2D | 5E |
| Octal | 352 | 362 | 367 | 5 | 2 | 0 | 3 | 313 | 55 | 136 |
| Binary | 11101010 | 11110010 | 11110111 | 101 | 10 | 0 | 11 | 11001011 | 101101 | 1011110 |
Color Harmonies of #EAF2F7
Complementary color
Monochromatic Colors of #EAF2F7
Black with #EAF2F7
Text Example
Text Example
White with #EAF2F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF2F7; }
p { color: rgb(234,242,247); }
H1.HeaderClassName
{
color: #EAF2F7;
}
.AnyTagClassName
{
color: #EAF2F7;
}
</style>
background-color css
<style>
a { background-color: #EAF2F7; }
a { background-color: rgb(234,242,247); }
div.DivClassName
{
background-color: #EAF2F7;
}
.BgClassName
{
background-color: #EAF2F7;
}
</style>
border-color css
<style>
span { border-color: #EAF2F7; }
span { border-color: rgb(234,242,247); }
td.TdClassName
{
border-color: #EAF2F7;
}
.TagClassName
{
border-color: #EAF2F7;
}
</style>