Shades of Alice Blue #EAF2FE
Tints of Alice Blue #EAF2FE
RGB
CMYK
RGB Variations
Color information
#EAF2FE (or 0xEAF2FE) is known color: Alice Blue. HEX triplet: EA, F2 and FE. RGB value is (234,242,254). Sum of RGB (Red+Green+Blue) = 234+242+254=730 (96% of max value = 765). Red value is 234 (91.80% from 255 or 32.05% from 730); Green value is 242 (94.92% from 255 or 33.15% from 730); Blue value is 254 (99.61% from 255 or 34.79% from 730); Max value from RGB is 254 - color contains mainly: blue. Hex color #EAF2FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF2FE is #150D01. Grayscale: #F0F0F0. Windows color (decimal): -1379586 or 16708330. OLE color: 16708330.
HSL color Cylindrical-coordinate representation of color #EAF2FE: hue angle of 216º degrees, saturation: 0.91, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EAF2FE is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 234 | 242 | 254 | - |
| CMYK | 0.08 | 0.05 | 0 | 0.00 |
| HSL | 216º | 0.91% | 0.96% | - |
| HSV(B) | 216º | 0.08% | 1% | - |
| XYZ | 83.57 | 88.15 | 106.38 | - |
| YUV | 240.98 | 135.35 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 242 | 254 | 0.08 | 0.05 | 0 | 0.00 | 216 | 0.91 | 0.96 |
| Hex | EA | F2 | FE | 8 | 5 | 0 | 0 | D8 | 5B | 60 |
| Octal | 352 | 362 | 376 | 10 | 5 | 0 | 0 | 330 | 133 | 140 |
| Binary | 11101010 | 11110010 | 11111110 | 1000 | 101 | 0 | 0 | 11011000 | 1011011 | 1100000 |
Color Harmonies of #EAF2FE
Complementary color
Monochromatic Colors of #EAF2FE
Black with #EAF2FE
Text Example
Text Example
White with #EAF2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF2FE; }
p { color: rgb(234,242,254); }
H1.HeaderClassName
{
color: #EAF2FE;
}
.AnyTagClassName
{
color: #EAF2FE;
}
</style>
background-color css
<style>
a { background-color: #EAF2FE; }
a { background-color: rgb(234,242,254); }
div.DivClassName
{
background-color: #EAF2FE;
}
.BgClassName
{
background-color: #EAF2FE;
}
</style>
border-color css
<style>
span { border-color: #EAF2FE; }
span { border-color: rgb(234,242,254); }
td.TdClassName
{
border-color: #EAF2FE;
}
.TagClassName
{
border-color: #EAF2FE;
}
</style>