Shades of Alice Blue #ECF5FE
Tints of Alice Blue #ECF5FE
RGB
CMYK
RGB Variations
Color information
#ECF5FE (or 0xECF5FE) is known color: Alice Blue. HEX triplet: EC, F5 and FE. RGB value is (236,245,254). Sum of RGB (Red+Green+Blue) = 236+245+254=735 (97% of max value = 765). Red value is 236 (92.58% from 255 or 32.11% from 735); Green value is 245 (96.09% from 255 or 33.33% from 735); Blue value is 254 (99.61% from 255 or 34.56% from 735); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECF5FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF5FE is #130A01. Grayscale: #F3F3F3. Windows color (decimal): -1247746 or 16709100. OLE color: 16709100.
HSL color Cylindrical-coordinate representation of color #ECF5FE: hue angle of 210º 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 #ECF5FE is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 245 | 254 | - |
| CMYK | 0.07 | 0.04 | 0 | 0.00 |
| HSL | 210º | 0.9% | 0.96% | - |
| HSV(B) | 210º | 0.07% | 1% | - |
| XYZ | 85.13 | 90.29 | 106.71 | - |
| YUV | 243.34 | 134.02 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 245 | 254 | 0.07 | 0.04 | 0 | 0.00 | 210 | 0.9 | 0.96 |
| Hex | EC | F5 | FE | 7 | 4 | 0 | 0 | D2 | 5A | 60 |
| Octal | 354 | 365 | 376 | 7 | 4 | 0 | 0 | 322 | 132 | 140 |
| Binary | 11101100 | 11110101 | 11111110 | 111 | 100 | 0 | 0 | 11010010 | 1011010 | 1100000 |
Color Harmonies of #ECF5FE
Complementary color
Monochromatic Colors of #ECF5FE
Black with #ECF5FE
Text Example
Text Example
White with #ECF5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF5FE; }
p { color: rgb(236,245,254); }
H1.HeaderClassName
{
color: #ECF5FE;
}
.AnyTagClassName
{
color: #ECF5FE;
}
</style>
background-color css
<style>
a { background-color: #ECF5FE; }
a { background-color: rgb(236,245,254); }
div.DivClassName
{
background-color: #ECF5FE;
}
.BgClassName
{
background-color: #ECF5FE;
}
</style>
border-color css
<style>
span { border-color: #ECF5FE; }
span { border-color: rgb(236,245,254); }
td.TdClassName
{
border-color: #ECF5FE;
}
.TagClassName
{
border-color: #ECF5FE;
}
</style>