Shades of Alice Blue #EAF1F4
Tints of Alice Blue #EAF1F4
RGB
CMYK
RGB Variations
Color information
#EAF1F4 (or 0xEAF1F4) is known color: Alice Blue. HEX triplet: EA, F1 and F4. RGB value is (234,241,244). Sum of RGB (Red+Green+Blue) = 234+241+244=719 (95% of max value = 765). Red value is 234 (91.80% from 255 or 32.55% from 719); Green value is 241 (94.53% from 255 or 33.52% from 719); Blue value is 244 (95.70% from 255 or 33.94% from 719); Max value from RGB is 244 - color contains mainly: blue. Hex color #EAF1F4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF1F4 is #150E0B. Grayscale: #EFEFEF. Windows color (decimal): -1379852 or 16052714. OLE color: 16052714.
HSL color Cylindrical-coordinate representation of color #EAF1F4: hue angle of 198º degrees, saturation: 0.31, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EAF1F4 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 234 | 241 | 244 | - |
CMYK | 0.04 | 0.01 | 0 | 0.04 |
HSL | 198º | 0.31% | 0.94% | - |
HSV(B) | 198º | 0.04% | 0.96% | - |
XYZ | 81.72 | 86.93 | 98.06 | - |
YUV | 239.25 | 130.68 | 124.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 241 | 244 | 0.04 | 0.01 | 0 | 0.04 | 198 | 0.31 | 0.94 |
Hex | EA | F1 | F4 | 4 | 1 | 0 | 4 | C6 | 1F | 5E |
Octal | 352 | 361 | 364 | 4 | 1 | 0 | 4 | 306 | 37 | 136 |
Binary | 11101010 | 11110001 | 11110100 | 100 | 1 | 0 | 100 | 11000110 | 11111 | 1011110 |
Color Harmonies of #EAF1F4
Complementary color
Monochromatic Colors of #EAF1F4
Black with #EAF1F4
Text Example
Text Example
White with #EAF1F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF1F4; }
p { color: rgb(234,241,244); }
H1.HeaderClassName
{
color: #EAF1F4;
}
.AnyTagClassName
{
color: #EAF1F4;
}
</style>
background-color css
<style>
a { background-color: #EAF1F4; }
a { background-color: rgb(234,241,244); }
div.DivClassName
{
background-color: #EAF1F4;
}
.BgClassName
{
background-color: #EAF1F4;
}
</style>
border-color css
<style>
span { border-color: #EAF1F4; }
span { border-color: rgb(234,241,244); }
td.TdClassName
{
border-color: #EAF1F4;
}
.TagClassName
{
border-color: #EAF1F4;
}
</style>