Shades of Alice Blue #ECF8FE
Tints of Alice Blue #ECF8FE
RGB
CMYK
RGB Variations
Color information
#ECF8FE (or 0xECF8FE) is known color: Alice Blue. HEX triplet: EC, F8 and FE. RGB value is (236,248,254). Sum of RGB (Red+Green+Blue) = 236+248+254=738 (97% of max value = 765). Red value is 236 (92.58% from 255 or 31.98% from 738); Green value is 248 (97.27% from 255 or 33.60% from 738); Blue value is 254 (99.61% from 255 or 34.42% from 738); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECF8FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF8FE is #130701. Grayscale: #F5F5F5. Windows color (decimal): -1246978 or 16709868. OLE color: 16709868.
HSL color Cylindrical-coordinate representation of color #ECF8FE: hue angle of 200º degrees, saturation: 0.9, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ECF8FE is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 248 | 254 | - |
| CMYK | 0.07 | 0.02 | 0 | 0.00 |
| HSL | 200º | 0.9% | 0.96% | - |
| HSV(B) | 200º | 0.07% | 1% | - |
| XYZ | 86.05 | 92.12 | 107.01 | - |
| YUV | 245.1 | 133.02 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 248 | 254 | 0.07 | 0.02 | 0 | 0.00 | 200 | 0.9 | 0.96 |
| Hex | EC | F8 | FE | 7 | 2 | 0 | 0 | C8 | 5A | 60 |
| Octal | 354 | 370 | 376 | 7 | 2 | 0 | 0 | 310 | 132 | 140 |
| Binary | 11101100 | 11111000 | 11111110 | 111 | 10 | 0 | 0 | 11001000 | 1011010 | 1100000 |
Color Harmonies of #ECF8FE
Complementary color
Monochromatic Colors of #ECF8FE
Black with #ECF8FE
Text Example
Text Example
White with #ECF8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF8FE; }
p { color: rgb(236,248,254); }
H1.HeaderClassName
{
color: #ECF8FE;
}
.AnyTagClassName
{
color: #ECF8FE;
}
</style>
background-color css
<style>
a { background-color: #ECF8FE; }
a { background-color: rgb(236,248,254); }
div.DivClassName
{
background-color: #ECF8FE;
}
.BgClassName
{
background-color: #ECF8FE;
}
</style>
border-color css
<style>
span { border-color: #ECF8FE; }
span { border-color: rgb(236,248,254); }
td.TdClassName
{
border-color: #ECF8FE;
}
.TagClassName
{
border-color: #ECF8FE;
}
</style>