Shades of Alice Blue #ECF5FF
Tints of Alice Blue #ECF5FF
RGB
CMYK
RGB Variations
Color information
#ECF5FF (or 0xECF5FF) is known color: Alice Blue. HEX triplet: EC, F5 and FF. RGB value is (236,245,255). Sum of RGB (Red+Green+Blue) = 236+245+255=736 (97% of max value = 765). Red value is 236 (92.58% from 255 or 32.07% from 736); Green value is 245 (96.09% from 255 or 33.29% from 736); Blue value is 255 (100% from 255 or 34.65% from 736); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECF5FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF5FF is #130A00. Grayscale: #F3F3F3. Windows color (decimal): -1247745 or 16774636. OLE color: 16774636.
HSL color Cylindrical-coordinate representation of color #ECF5FF: hue angle of 211.58º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ECF5FF is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 236 | 245 | 255 | - |
CMYK | 0.07 | 0.04 | 0 | 0 |
HSL | 211.58º | 1% | 0.96% | - |
HSV(B) | 211.58º | 0.07% | 1% | - |
XYZ | 85.29 | 90.36 | 107.55 | - |
YUV | 243.45 | 134.52 | 122.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 245 | 255 | 0.07 | 0.04 | 0 | 0 | 211.58 | 1 | 0.96 |
Hex | EC | F5 | FF | 7 | 4 | 0 | 0 | D4 | 64 | 60 |
Octal | 354 | 365 | 377 | 7 | 4 | 0 | 0 | 324 | 144 | 140 |
Binary | 11101100 | 11110101 | 11111111 | 111 | 100 | 0 | 0 | 11010100 | 1100100 | 1100000 |
Color Harmonies of #ECF5FF
Complementary color
Monochromatic Colors of #ECF5FF
Black with #ECF5FF
Text Example
Text Example
White with #ECF5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF5FF; }
p { color: rgb(236,245,255); }
H1.HeaderClassName
{
color: #ECF5FF;
}
.AnyTagClassName
{
color: #ECF5FF;
}
</style>
background-color css
<style>
a { background-color: #ECF5FF; }
a { background-color: rgb(236,245,255); }
div.DivClassName
{
background-color: #ECF5FF;
}
.BgClassName
{
background-color: #ECF5FF;
}
</style>
border-color css
<style>
span { border-color: #ECF5FF; }
span { border-color: rgb(236,245,255); }
td.TdClassName
{
border-color: #ECF5FF;
}
.TagClassName
{
border-color: #ECF5FF;
}
</style>