Shades of Alice Blue #ECF2F7
Tints of Alice Blue #ECF2F7
RGB
CMYK
RGB Variations
Color information
#ECF2F7 (or 0xECF2F7) is known color: Alice Blue. HEX triplet: EC, F2 and F7. RGB value is (236,242,247). Sum of RGB (Red+Green+Blue) = 236+242+247=725 (96% of max value = 765). Red value is 236 (92.58% from 255 or 32.55% from 725); Green value is 242 (94.92% from 255 or 33.38% from 725); Blue value is 247 (96.88% from 255 or 34.07% from 725); Max value from RGB is 247 - color contains mainly: blue. Hex color #ECF2F7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF2F7 is #130D08. Grayscale: #F0F0F0. Windows color (decimal): -1248521 or 16249580. OLE color: 16249580.
HSL color Cylindrical-coordinate representation of color #ECF2F7: hue angle of 207.27º degrees, saturation: 0.41, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ECF2F7 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 242 | 247 | - |
| CMYK | 0.04 | 0.02 | 0 | 0.03 |
| HSL | 207.27º | 0.41% | 0.95% | - |
| HSV(B) | 207.27º | 0.04% | 0.97% | - |
| XYZ | 83.13 | 88.05 | 100.61 | - |
| YUV | 240.78 | 131.51 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 242 | 247 | 0.04 | 0.02 | 0 | 0.03 | 207.27 | 0.41 | 0.95 |
| Hex | EC | F2 | F7 | 4 | 2 | 0 | 3 | CF | 29 | 5F |
| Octal | 354 | 362 | 367 | 4 | 2 | 0 | 3 | 317 | 51 | 137 |
| Binary | 11101100 | 11110010 | 11110111 | 100 | 10 | 0 | 11 | 11001111 | 101001 | 1011111 |
Color Harmonies of #ECF2F7
Complementary color
Monochromatic Colors of #ECF2F7
Black with #ECF2F7
Text Example
Text Example
White with #ECF2F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF2F7; }
p { color: rgb(236,242,247); }
H1.HeaderClassName
{
color: #ECF2F7;
}
.AnyTagClassName
{
color: #ECF2F7;
}
</style>
background-color css
<style>
a { background-color: #ECF2F7; }
a { background-color: rgb(236,242,247); }
div.DivClassName
{
background-color: #ECF2F7;
}
.BgClassName
{
background-color: #ECF2F7;
}
</style>
border-color css
<style>
span { border-color: #ECF2F7; }
span { border-color: rgb(236,242,247); }
td.TdClassName
{
border-color: #ECF2F7;
}
.TagClassName
{
border-color: #ECF2F7;
}
</style>