Shades of Alice Blue #EAF4F9
Tints of Alice Blue #EAF4F9
RGB
CMYK
RGB Variations
Color information
#EAF4F9 (or 0xEAF4F9) is known color: Alice Blue. HEX triplet: EA, F4 and F9. RGB value is (234,244,249). Sum of RGB (Red+Green+Blue) = 234+244+249=727 (96% of max value = 765). Red value is 234 (91.80% from 255 or 32.19% from 727); Green value is 244 (95.70% from 255 or 33.56% from 727); Blue value is 249 (97.66% from 255 or 34.25% from 727); Max value from RGB is 249 - color contains mainly: blue. Hex color #EAF4F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF4F9 is #150B06. Grayscale: #F1F1F1. Windows color (decimal): -1379079 or 16381162. OLE color: 16381162.
HSL color Cylindrical-coordinate representation of color #EAF4F9: hue angle of 200º degrees, saturation: 0.56, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EAF4F9 is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 234 | 244 | 249 | - |
CMYK | 0.06 | 0.02 | 0 | 0.02 |
HSL | 200º | 0.56% | 0.95% | - |
HSV(B) | 200º | 0.06% | 0.98% | - |
XYZ | 83.38 | 89.03 | 102.41 | - |
YUV | 241.58 | 132.19 | 122.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 244 | 249 | 0.06 | 0.02 | 0 | 0.02 | 200 | 0.56 | 0.95 |
Hex | EA | F4 | F9 | 6 | 2 | 0 | 2 | C8 | 38 | 5F |
Octal | 352 | 364 | 371 | 6 | 2 | 0 | 2 | 310 | 70 | 137 |
Binary | 11101010 | 11110100 | 11111001 | 110 | 10 | 0 | 10 | 11001000 | 111000 | 1011111 |
Color Harmonies of #EAF4F9
Complementary color
Monochromatic Colors of #EAF4F9
Black with #EAF4F9
Text Example
Text Example
White with #EAF4F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF4F9; }
p { color: rgb(234,244,249); }
H1.HeaderClassName
{
color: #EAF4F9;
}
.AnyTagClassName
{
color: #EAF4F9;
}
</style>
background-color css
<style>
a { background-color: #EAF4F9; }
a { background-color: rgb(234,244,249); }
div.DivClassName
{
background-color: #EAF4F9;
}
.BgClassName
{
background-color: #EAF4F9;
}
</style>
border-color css
<style>
span { border-color: #EAF4F9; }
span { border-color: rgb(234,244,249); }
td.TdClassName
{
border-color: #EAF4F9;
}
.TagClassName
{
border-color: #EAF4F9;
}
</style>