Shades of Alice Blue #EAF7FF
Tints of Alice Blue #EAF7FF
RGB
CMYK
RGB Variations
Color information
#EAF7FF (or 0xEAF7FF) is known color: Alice Blue. HEX triplet: EA, F7 and FF. RGB value is (234,247,255). Sum of RGB (Red+Green+Blue) = 234+247+255=736 (97% of max value = 765). Red value is 234 (91.80% from 255 or 31.79% from 736); Green value is 247 (96.88% from 255 or 33.56% from 736); Blue value is 255 (100% from 255 or 34.65% from 736); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAF7FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF7FF is #150800. Grayscale: #F3F3F3. Windows color (decimal): -1378305 or 16775146. OLE color: 16775146.
HSL color Cylindrical-coordinate representation of color #EAF7FF: hue angle of 202.86º 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 #EAF7FF is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 234 | 247 | 255 | - |
CMYK | 0.08 | 0.03 | 0 | 0 |
HSL | 202.86º | 1% | 0.96% | - |
HSV(B) | 202.86º | 0.08% | 1% | - |
XYZ | 85.24 | 91.23 | 107.72 | - |
YUV | 244.03 | 134.19 | 120.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 247 | 255 | 0.08 | 0.03 | 0 | 0 | 202.86 | 1 | 0.96 |
Hex | EA | F7 | FF | 8 | 3 | 0 | 0 | CB | 64 | 60 |
Octal | 352 | 367 | 377 | 10 | 3 | 0 | 0 | 313 | 144 | 140 |
Binary | 11101010 | 11110111 | 11111111 | 1000 | 11 | 0 | 0 | 11001011 | 1100100 | 1100000 |
Color Harmonies of #EAF7FF
Complementary color
Monochromatic Colors of #EAF7FF
Black with #EAF7FF
Text Example
Text Example
White with #EAF7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF7FF; }
p { color: rgb(234,247,255); }
H1.HeaderClassName
{
color: #EAF7FF;
}
.AnyTagClassName
{
color: #EAF7FF;
}
</style>
background-color css
<style>
a { background-color: #EAF7FF; }
a { background-color: rgb(234,247,255); }
div.DivClassName
{
background-color: #EAF7FF;
}
.BgClassName
{
background-color: #EAF7FF;
}
</style>
border-color css
<style>
span { border-color: #EAF7FF; }
span { border-color: rgb(234,247,255); }
td.TdClassName
{
border-color: #EAF7FF;
}
.TagClassName
{
border-color: #EAF7FF;
}
</style>