Shades of Alice Blue #EAF0F2
Tints of Alice Blue #EAF0F2
RGB
CMYK
RGB Variations
Color information
#EAF0F2 (or 0xEAF0F2) is known color: Alice Blue. HEX triplet: EA, F0 and F2. RGB value is (234,240,242). Sum of RGB (Red+Green+Blue) = 234+240+242=716 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.68% from 716); Green value is 240 (94.14% from 255 or 33.52% from 716); Blue value is 242 (94.92% from 255 or 33.80% from 716); Max value from RGB is 242 - color contains mainly: blue. Hex color #EAF0F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF0F2 is #150F0D. Grayscale: #EEEEEE. Windows color (decimal): -1380110 or 15921386. OLE color: 15921386.
HSL color Cylindrical-coordinate representation of color #EAF0F2: hue angle of 195º degrees, saturation: 0.24, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EAF0F2 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 240 | 242 | - |
| CMYK | 0.03 | 0.01 | 0 | 0.05 |
| HSL | 195º | 0.24% | 0.93% | - |
| HSV(B) | 195º | 0.03% | 0.95% | - |
| XYZ | 81.12 | 86.22 | 96.37 | - |
| YUV | 238.43 | 130.01 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 240 | 242 | 0.03 | 0.01 | 0 | 0.05 | 195 | 0.24 | 0.93 |
| Hex | EA | F0 | F2 | 3 | 1 | 0 | 5 | C3 | 18 | 5D |
| Octal | 352 | 360 | 362 | 3 | 1 | 0 | 5 | 303 | 30 | 135 |
| Binary | 11101010 | 11110000 | 11110010 | 11 | 1 | 0 | 101 | 11000011 | 11000 | 1011101 |
Color Harmonies of #EAF0F2
Complementary color
Monochromatic Colors of #EAF0F2
Black with #EAF0F2
Text Example
Text Example
White with #EAF0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF0F2; }
p { color: rgb(234,240,242); }
H1.HeaderClassName
{
color: #EAF0F2;
}
.AnyTagClassName
{
color: #EAF0F2;
}
</style>
background-color css
<style>
a { background-color: #EAF0F2; }
a { background-color: rgb(234,240,242); }
div.DivClassName
{
background-color: #EAF0F2;
}
.BgClassName
{
background-color: #EAF0F2;
}
</style>
border-color css
<style>
span { border-color: #EAF0F2; }
span { border-color: rgb(234,240,242); }
td.TdClassName
{
border-color: #EAF0F2;
}
.TagClassName
{
border-color: #EAF0F2;
}
</style>