Shades of Azure #ECF0F0
Tints of Azure #ECF0F0
RGB
CMYK
RGB Variations
Color information
#ECF0F0 (or 0xECF0F0) is known color: Azure. HEX triplet: EC, F0 and F0. RGB value is (236,240,240). Sum of RGB (Red+Green+Blue) = 236+240+240=716 (94% of max value = 765). Red value is 236 (92.58% from 255 or 32.96% from 716); Green value is 240 (94.14% from 255 or 33.52% from 716); Blue value is 240 (94.14% from 255 or 33.52% from 716); Max value from RGB is 240 - color contains mainly: green, blue. Hex color #ECF0F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF0F0 is #130F0F. Grayscale: #EEEEEE. Windows color (decimal): -1249040 or 15790316. OLE color: 15790316.
HSL color Cylindrical-coordinate representation of color #ECF0F0: hue angle of 180º degrees, saturation: 0.12, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #ECF0F0 is Cyan = 0.02, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 236 | 240 | 240 | - |
CMYK | 0.02 | 0 | 0 | 0.06 |
HSL | 180º | 0.12% | 0.93% | - |
HSV(B) | 180º | 0.02% | 0.94% | - |
XYZ | 81.48 | 86.44 | 94.83 | - |
YUV | 238.8 | 128.67 | 126 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 240 | 240 | 0.02 | 0 | 0 | 0.06 | 180 | 0.12 | 0.93 |
Hex | EC | F0 | F0 | 2 | 0 | 0 | 6 | B4 | C | 5D |
Octal | 354 | 360 | 360 | 2 | 0 | 0 | 6 | 264 | 14 | 135 |
Binary | 11101100 | 11110000 | 11110000 | 10 | 0 | 0 | 110 | 10110100 | 1100 | 1011101 |
Color Harmonies of #ECF0F0
Complementary color
Monochromatic Colors of #ECF0F0
Black with #ECF0F0
Text Example
Text Example
White with #ECF0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF0F0; }
p { color: rgb(236,240,240); }
H1.HeaderClassName
{
color: #ECF0F0;
}
.AnyTagClassName
{
color: #ECF0F0;
}
</style>
background-color css
<style>
a { background-color: #ECF0F0; }
a { background-color: rgb(236,240,240); }
div.DivClassName
{
background-color: #ECF0F0;
}
.BgClassName
{
background-color: #ECF0F0;
}
</style>
border-color css
<style>
span { border-color: #ECF0F0; }
span { border-color: rgb(236,240,240); }
td.TdClassName
{
border-color: #ECF0F0;
}
.TagClassName
{
border-color: #ECF0F0;
}
</style>