Shades of Alice Blue #EAF1F6
Tints of Alice Blue #EAF1F6
RGB
CMYK
RGB Variations
Color information
#EAF1F6 (or 0xEAF1F6) is known color: Alice Blue. HEX triplet: EA, F1 and F6. RGB value is (234,241,246). Sum of RGB (Red+Green+Blue) = 234+241+246=721 (95% of max value = 765). Red value is 234 (91.80% from 255 or 32.45% from 721); Green value is 241 (94.53% from 255 or 33.43% from 721); Blue value is 246 (96.48% from 255 or 34.12% from 721); Max value from RGB is 246 - color contains mainly: blue. Hex color #EAF1F6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF1F6 is #150E09. Grayscale: #EFEFEF. Windows color (decimal): -1379850 or 16183786. OLE color: 16183786.
HSL color Cylindrical-coordinate representation of color #EAF1F6: hue angle of 205º degrees, saturation: 0.4, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EAF1F6 is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 234 | 241 | 246 | - |
CMYK | 0.05 | 0.02 | 0 | 0.04 |
HSL | 205º | 0.4% | 0.94% | - |
HSV(B) | 205º | 0.05% | 0.96% | - |
XYZ | 82.02 | 87.06 | 99.67 | - |
YUV | 239.48 | 131.68 | 124.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 241 | 246 | 0.05 | 0.02 | 0 | 0.04 | 205 | 0.4 | 0.94 |
Hex | EA | F1 | F6 | 5 | 2 | 0 | 4 | CD | 28 | 5E |
Octal | 352 | 361 | 366 | 5 | 2 | 0 | 4 | 315 | 50 | 136 |
Binary | 11101010 | 11110001 | 11110110 | 101 | 10 | 0 | 100 | 11001101 | 101000 | 1011110 |
Color Harmonies of #EAF1F6
Complementary color
Monochromatic Colors of #EAF1F6
Black with #EAF1F6
Text Example
Text Example
White with #EAF1F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF1F6; }
p { color: rgb(234,241,246); }
H1.HeaderClassName
{
color: #EAF1F6;
}
.AnyTagClassName
{
color: #EAF1F6;
}
</style>
background-color css
<style>
a { background-color: #EAF1F6; }
a { background-color: rgb(234,241,246); }
div.DivClassName
{
background-color: #EAF1F6;
}
.BgClassName
{
background-color: #EAF1F6;
}
</style>
border-color css
<style>
span { border-color: #EAF1F6; }
span { border-color: rgb(234,241,246); }
td.TdClassName
{
border-color: #EAF1F6;
}
.TagClassName
{
border-color: #EAF1F6;
}
</style>