Shades of Alice Blue #ECF5FB
Tints of Alice Blue #ECF5FB
RGB
CMYK
RGB Variations
Color information
#ECF5FB (or 0xECF5FB) is known color: Alice Blue. HEX triplet: EC, F5 and FB. RGB value is (236,245,251). Sum of RGB (Red+Green+Blue) = 236+245+251=732 (96% of max value = 765). Red value is 236 (92.58% from 255 or 32.24% from 732); Green value is 245 (96.09% from 255 or 33.47% from 732); Blue value is 251 (98.44% from 255 or 34.29% from 732); Max value from RGB is 251 - color contains mainly: blue. Hex color #ECF5FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF5FB is #130A04. Grayscale: #F2F2F2. Windows color (decimal): -1247749 or 16512492. OLE color: 16512492.
HSL color Cylindrical-coordinate representation of color #ECF5FB: hue angle of 204º degrees, saturation: 0.65, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ECF5FB is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 245 | 251 | - |
| CMYK | 0.06 | 0.02 | 0 | 0.02 |
| HSL | 204º | 0.65% | 0.95% | - |
| HSV(B) | 204º | 0.06% | 0.98% | - |
| XYZ | 84.66 | 90.1 | 104.2 | - |
| YUV | 242.99 | 132.52 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 245 | 251 | 0.06 | 0.02 | 0 | 0.02 | 204 | 0.65 | 0.95 |
| Hex | EC | F5 | FB | 6 | 2 | 0 | 2 | CC | 41 | 5F |
| Octal | 354 | 365 | 373 | 6 | 2 | 0 | 2 | 314 | 101 | 137 |
| Binary | 11101100 | 11110101 | 11111011 | 110 | 10 | 0 | 10 | 11001100 | 1000001 | 1011111 |
Color Harmonies of #ECF5FB
Complementary color
Monochromatic Colors of #ECF5FB
Black with #ECF5FB
Text Example
Text Example
White with #ECF5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF5FB; }
p { color: rgb(236,245,251); }
H1.HeaderClassName
{
color: #ECF5FB;
}
.AnyTagClassName
{
color: #ECF5FB;
}
</style>
background-color css
<style>
a { background-color: #ECF5FB; }
a { background-color: rgb(236,245,251); }
div.DivClassName
{
background-color: #ECF5FB;
}
.BgClassName
{
background-color: #ECF5FB;
}
</style>
border-color css
<style>
span { border-color: #ECF5FB; }
span { border-color: rgb(236,245,251); }
td.TdClassName
{
border-color: #ECF5FB;
}
.TagClassName
{
border-color: #ECF5FB;
}
</style>