Shades of Alice Blue #EAF8FF
Tints of Alice Blue #EAF8FF
RGB
CMYK
RGB Variations
Color information
#EAF8FF (or 0xEAF8FF) is known color: Alice Blue. HEX triplet: EA, F8 and FF. RGB value is (234,248,255). Sum of RGB (Red+Green+Blue) = 234+248+255=737 (97% of max value = 765). Red value is 234 (91.80% from 255 or 31.75% from 737); Green value is 248 (97.27% from 255 or 33.65% from 737); Blue value is 255 (100% from 255 or 34.60% from 737); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAF8FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF8FF is #150700. Grayscale: #F4F4F4. Windows color (decimal): -1378049 or 16775402. OLE color: 16775402.
HSL color Cylindrical-coordinate representation of color #EAF8FF: hue angle of 200º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EAF8FF is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 234 | 248 | 255 | - |
CMYK | 0.08 | 0.03 | 0 | 0 |
HSL | 200º | 1% | 0.96% | - |
HSV(B) | 200º | 0.08% | 1% | - |
XYZ | 85.55 | 91.85 | 107.83 | - |
YUV | 244.61 | 133.86 | 120.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 248 | 255 | 0.08 | 0.03 | 0 | 0 | 200 | 1 | 0.96 |
Hex | EA | F8 | FF | 8 | 3 | 0 | 0 | C8 | 64 | 60 |
Octal | 352 | 370 | 377 | 10 | 3 | 0 | 0 | 310 | 144 | 140 |
Binary | 11101010 | 11111000 | 11111111 | 1000 | 11 | 0 | 0 | 11001000 | 1100100 | 1100000 |
Color Harmonies of #EAF8FF
Complementary color
Monochromatic Colors of #EAF8FF
Black with #EAF8FF
Text Example
Text Example
White with #EAF8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF8FF; }
p { color: rgb(234,248,255); }
H1.HeaderClassName
{
color: #EAF8FF;
}
.AnyTagClassName
{
color: #EAF8FF;
}
</style>
background-color css
<style>
a { background-color: #EAF8FF; }
a { background-color: rgb(234,248,255); }
div.DivClassName
{
background-color: #EAF8FF;
}
.BgClassName
{
background-color: #EAF8FF;
}
</style>
border-color css
<style>
span { border-color: #EAF8FF; }
span { border-color: rgb(234,248,255); }
td.TdClassName
{
border-color: #EAF8FF;
}
.TagClassName
{
border-color: #EAF8FF;
}
</style>