Shades of Alice Blue #EAF4FA
Tints of Alice Blue #EAF4FA
RGB
CMYK
RGB Variations
Color information
#EAF4FA (or 0xEAF4FA) is known color: Alice Blue. HEX triplet: EA, F4 and FA. RGB value is (234,244,250). Sum of RGB (Red+Green+Blue) = 234+244+250=728 (96% of max value = 765). Red value is 234 (91.80% from 255 or 32.14% from 728); Green value is 244 (95.70% from 255 or 33.52% from 728); Blue value is 250 (98.05% from 255 or 34.34% from 728); Max value from RGB is 250 - color contains mainly: blue. Hex color #EAF4FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF4FA is #150B05. Grayscale: #F1F1F1. Windows color (decimal): -1379078 or 16446698. OLE color: 16446698.
HSL color Cylindrical-coordinate representation of color #EAF4FA: hue angle of 202.5º degrees, saturation: 0.62, 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 #EAF4FA is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 234 | 244 | 250 | - |
CMYK | 0.06 | 0.02 | 0 | 0.02 |
HSL | 202.5º | 0.62% | 0.95% | - |
HSV(B) | 202.5º | 0.06% | 0.98% | - |
XYZ | 83.54 | 89.1 | 103.24 | - |
YUV | 241.69 | 132.69 | 122.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 244 | 250 | 0.06 | 0.02 | 0 | 0.02 | 202.5 | 0.62 | 0.95 |
Hex | EA | F4 | FA | 6 | 2 | 0 | 2 | CA | 3E | 5F |
Octal | 352 | 364 | 372 | 6 | 2 | 0 | 2 | 312 | 76 | 137 |
Binary | 11101010 | 11110100 | 11111010 | 110 | 10 | 0 | 10 | 11001010 | 111110 | 1011111 |
Color Harmonies of #EAF4FA
Complementary color
Monochromatic Colors of #EAF4FA
Black with #EAF4FA
Text Example
Text Example
White with #EAF4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF4FA; }
p { color: rgb(234,244,250); }
H1.HeaderClassName
{
color: #EAF4FA;
}
.AnyTagClassName
{
color: #EAF4FA;
}
</style>
background-color css
<style>
a { background-color: #EAF4FA; }
a { background-color: rgb(234,244,250); }
div.DivClassName
{
background-color: #EAF4FA;
}
.BgClassName
{
background-color: #EAF4FA;
}
</style>
border-color css
<style>
span { border-color: #EAF4FA; }
span { border-color: rgb(234,244,250); }
td.TdClassName
{
border-color: #EAF4FA;
}
.TagClassName
{
border-color: #EAF4FA;
}
</style>