Shades of Alice Blue #ECF9FF
Tints of Alice Blue #ECF9FF
RGB
CMYK
RGB Variations
Color information
#ECF9FF (or 0xECF9FF) is known color: Alice Blue. HEX triplet: EC, F9 and FF. RGB value is (236,249,255). Sum of RGB (Red+Green+Blue) = 236+249+255=740 (98% of max value = 765). Red value is 236 (92.58% from 255 or 31.89% from 740); Green value is 249 (97.66% from 255 or 33.65% from 740); Blue value is 255 (100% from 255 or 34.46% from 740); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECF9FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF9FF is #130600. Grayscale: #F5F5F5. Windows color (decimal): -1246721 or 16775660. OLE color: 16775660.
HSL color Cylindrical-coordinate representation of color #ECF9FF: hue angle of 198.95º 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 #ECF9FF is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 236 | 249 | 255 | - |
CMYK | 0.07 | 0.02 | 0 | 0 |
HSL | 198.95º | 1% | 0.96% | - |
HSV(B) | 198.95º | 0.07% | 1% | - |
XYZ | 86.52 | 92.8 | 107.96 | - |
YUV | 245.8 | 133.19 | 121.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 249 | 255 | 0.07 | 0.02 | 0 | 0 | 198.95 | 1 | 0.96 |
Hex | EC | F9 | FF | 7 | 2 | 0 | 0 | C7 | 64 | 60 |
Octal | 354 | 371 | 377 | 7 | 2 | 0 | 0 | 307 | 144 | 140 |
Binary | 11101100 | 11111001 | 11111111 | 111 | 10 | 0 | 0 | 11000111 | 1100100 | 1100000 |
Color Harmonies of #ECF9FF
Complementary color
Monochromatic Colors of #ECF9FF
Black with #ECF9FF
Text Example
Text Example
White with #ECF9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF9FF; }
p { color: rgb(236,249,255); }
H1.HeaderClassName
{
color: #ECF9FF;
}
.AnyTagClassName
{
color: #ECF9FF;
}
</style>
background-color css
<style>
a { background-color: #ECF9FF; }
a { background-color: rgb(236,249,255); }
div.DivClassName
{
background-color: #ECF9FF;
}
.BgClassName
{
background-color: #ECF9FF;
}
</style>
border-color css
<style>
span { border-color: #ECF9FF; }
span { border-color: rgb(236,249,255); }
td.TdClassName
{
border-color: #ECF9FF;
}
.TagClassName
{
border-color: #ECF9FF;
}
</style>