Shades of Alice Blue #EAF5FE
Tints of Alice Blue #EAF5FE
RGB
CMYK
RGB Variations
Color information
#EAF5FE (or 0xEAF5FE) is known color: Alice Blue. HEX triplet: EA, F5 and FE. RGB value is (234,245,254). Sum of RGB (Red+Green+Blue) = 234+245+254=733 (97% of max value = 765). Red value is 234 (91.80% from 255 or 31.92% from 733); Green value is 245 (96.09% from 255 or 33.42% from 733); Blue value is 254 (99.61% from 255 or 34.65% from 733); Max value from RGB is 254 - color contains mainly: blue. Hex color #EAF5FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF5FE is #150A01. Grayscale: #F2F2F2. Windows color (decimal): -1378818 or 16709098. OLE color: 16709098.
HSL color Cylindrical-coordinate representation of color #EAF5FE: hue angle of 207º 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 #EAF5FE is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 234 | 245 | 254 | - |
| CMYK | 0.08 | 0.04 | 0 | 0.00 |
| HSL | 207º | 0.91% | 0.96% | - |
| HSV(B) | 207º | 0.08% | 1% | - |
| XYZ | 84.47 | 89.95 | 106.68 | - |
| YUV | 242.74 | 134.36 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 245 | 254 | 0.08 | 0.04 | 0 | 0.00 | 207 | 0.91 | 0.96 |
| Hex | EA | F5 | FE | 8 | 4 | 0 | 0 | CF | 5B | 60 |
| Octal | 352 | 365 | 376 | 10 | 4 | 0 | 0 | 317 | 133 | 140 |
| Binary | 11101010 | 11110101 | 11111110 | 1000 | 100 | 0 | 0 | 11001111 | 1011011 | 1100000 |
Color Harmonies of #EAF5FE
Complementary color
Monochromatic Colors of #EAF5FE
Black with #EAF5FE
Text Example
Text Example
White with #EAF5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF5FE; }
p { color: rgb(234,245,254); }
H1.HeaderClassName
{
color: #EAF5FE;
}
.AnyTagClassName
{
color: #EAF5FE;
}
</style>
background-color css
<style>
a { background-color: #EAF5FE; }
a { background-color: rgb(234,245,254); }
div.DivClassName
{
background-color: #EAF5FE;
}
.BgClassName
{
background-color: #EAF5FE;
}
</style>
border-color css
<style>
span { border-color: #EAF5FE; }
span { border-color: rgb(234,245,254); }
td.TdClassName
{
border-color: #EAF5FE;
}
.TagClassName
{
border-color: #EAF5FE;
}
</style>