Shades of Alice Blue #EAF2FC
Tints of Alice Blue #EAF2FC
RGB
CMYK
RGB Variations
Color information
#EAF2FC (or 0xEAF2FC) is known color: Alice Blue. HEX triplet: EA, F2 and FC. RGB value is (234,242,252). Sum of RGB (Red+Green+Blue) = 234+242+252=728 (96% of max value = 765). Red value is 234 (91.80% from 255 or 32.14% from 728); Green value is 242 (94.92% from 255 or 33.24% from 728); Blue value is 252 (98.83% from 255 or 34.62% from 728); Max value from RGB is 252 - color contains mainly: blue. Hex color #EAF2FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF2FC is #150D03. Grayscale: #F0F0F0. Windows color (decimal): -1379588 or 16577258. OLE color: 16577258.
HSL color Cylindrical-coordinate representation of color #EAF2FC: hue angle of 213.33º degrees, saturation: 0.75, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EAF2FC is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 234 | 242 | 252 | - |
CMYK | 0.07 | 0.04 | 0 | 0.01 |
HSL | 213.33º | 0.75% | 0.95% | - |
HSV(B) | 213.33º | 0.07% | 0.99% | - |
XYZ | 83.25 | 88.02 | 104.7 | - |
YUV | 240.75 | 134.35 | 123.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 242 | 252 | 0.07 | 0.04 | 0 | 0.01 | 213.33 | 0.75 | 0.95 |
Hex | EA | F2 | FC | 7 | 4 | 0 | 1 | D5 | 4B | 5F |
Octal | 352 | 362 | 374 | 7 | 4 | 0 | 1 | 325 | 113 | 137 |
Binary | 11101010 | 11110010 | 11111100 | 111 | 100 | 0 | 1 | 11010101 | 1001011 | 1011111 |
Color Harmonies of #EAF2FC
Complementary color
Monochromatic Colors of #EAF2FC
Black with #EAF2FC
Text Example
Text Example
White with #EAF2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF2FC; }
p { color: rgb(234,242,252); }
H1.HeaderClassName
{
color: #EAF2FC;
}
.AnyTagClassName
{
color: #EAF2FC;
}
</style>
background-color css
<style>
a { background-color: #EAF2FC; }
a { background-color: rgb(234,242,252); }
div.DivClassName
{
background-color: #EAF2FC;
}
.BgClassName
{
background-color: #EAF2FC;
}
</style>
border-color css
<style>
span { border-color: #EAF2FC; }
span { border-color: rgb(234,242,252); }
td.TdClassName
{
border-color: #EAF2FC;
}
.TagClassName
{
border-color: #EAF2FC;
}
</style>