Shades of Alice Blue #ECF2F5
Tints of Alice Blue #ECF2F5
RGB
CMYK
RGB Variations
Color information
#ECF2F5 (or 0xECF2F5) is known color: Alice Blue. HEX triplet: EC, F2 and F5. RGB value is (236,242,245). Sum of RGB (Red+Green+Blue) = 236+242+245=723 (95% of max value = 765). Red value is 236 (92.58% from 255 or 32.64% from 723); Green value is 242 (94.92% from 255 or 33.47% from 723); Blue value is 245 (96.09% from 255 or 33.89% from 723); Max value from RGB is 245 - color contains mainly: blue. Hex color #ECF2F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF2F5 is #130D0A. Grayscale: #F0F0F0. Windows color (decimal): -1248523 or 16118508. OLE color: 16118508.
HSL color Cylindrical-coordinate representation of color #ECF2F5: hue angle of 200º 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 #ECF2F5 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 242 | 245 | - |
| CMYK | 0.04 | 0.01 | 0 | 0.04 |
| HSL | 200º | 0.31% | 0.94% | - |
| HSV(B) | 200º | 0.04% | 0.96% | - |
| XYZ | 82.83 | 87.93 | 98.99 | - |
| YUV | 240.55 | 130.51 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 242 | 245 | 0.04 | 0.01 | 0 | 0.04 | 200 | 0.31 | 0.94 |
| Hex | EC | F2 | F5 | 4 | 1 | 0 | 4 | C8 | 1F | 5E |
| Octal | 354 | 362 | 365 | 4 | 1 | 0 | 4 | 310 | 37 | 136 |
| Binary | 11101100 | 11110010 | 11110101 | 100 | 1 | 0 | 100 | 11001000 | 11111 | 1011110 |
Color Harmonies of #ECF2F5
Complementary color
Monochromatic Colors of #ECF2F5
Black with #ECF2F5
Text Example
Text Example
White with #ECF2F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF2F5; }
p { color: rgb(236,242,245); }
H1.HeaderClassName
{
color: #ECF2F5;
}
.AnyTagClassName
{
color: #ECF2F5;
}
</style>
background-color css
<style>
a { background-color: #ECF2F5; }
a { background-color: rgb(236,242,245); }
div.DivClassName
{
background-color: #ECF2F5;
}
.BgClassName
{
background-color: #ECF2F5;
}
</style>
border-color css
<style>
span { border-color: #ECF2F5; }
span { border-color: rgb(236,242,245); }
td.TdClassName
{
border-color: #ECF2F5;
}
.TagClassName
{
border-color: #ECF2F5;
}
</style>