Shades of Azure #ECF0F1
Tints of Azure #ECF0F1
RGB
CMYK
RGB Variations
Color information
#ECF0F1 (or 0xECF0F1) is known color: Azure. HEX triplet: EC, F0 and F1. RGB value is (236,240,241). Sum of RGB (Red+Green+Blue) = 236+240+241=717 (94% of max value = 765). Red value is 236 (92.58% from 255 or 32.91% from 717); Green value is 240 (94.14% from 255 or 33.47% from 717); Blue value is 241 (94.53% from 255 or 33.61% from 717); Max value from RGB is 241 - color contains mainly: blue. Hex color #ECF0F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF0F1 is #130F0E. Grayscale: #EEEEEE. Windows color (decimal): -1249039 or 15855852. OLE color: 15855852.
HSL color Cylindrical-coordinate representation of color #ECF0F1: hue angle of 192º degrees, saturation: 0.15, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #ECF0F1 is Cyan = 0.02, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 236 | 240 | 241 | - |
CMYK | 0.02 | 0.00 | 0 | 0.05 |
HSL | 192º | 0.15% | 0.94% | - |
HSV(B) | 192º | 0.02% | 0.95% | - |
XYZ | 81.63 | 86.5 | 95.61 | - |
YUV | 238.92 | 129.17 | 125.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 240 | 241 | 0.02 | 0.00 | 0 | 0.05 | 192 | 0.15 | 0.94 |
Hex | EC | F0 | F1 | 2 | 0 | 0 | 5 | C0 | F | 5E |
Octal | 354 | 360 | 361 | 2 | 0 | 0 | 5 | 300 | 17 | 136 |
Binary | 11101100 | 11110000 | 11110001 | 10 | 0 | 0 | 101 | 11000000 | 1111 | 1011110 |
Color Harmonies of #ECF0F1
Complementary color
Monochromatic Colors of #ECF0F1
Black with #ECF0F1
Text Example
Text Example
White with #ECF0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF0F1; }
p { color: rgb(236,240,241); }
H1.HeaderClassName
{
color: #ECF0F1;
}
.AnyTagClassName
{
color: #ECF0F1;
}
</style>
background-color css
<style>
a { background-color: #ECF0F1; }
a { background-color: rgb(236,240,241); }
div.DivClassName
{
background-color: #ECF0F1;
}
.BgClassName
{
background-color: #ECF0F1;
}
</style>
border-color css
<style>
span { border-color: #ECF0F1; }
span { border-color: rgb(236,240,241); }
td.TdClassName
{
border-color: #ECF0F1;
}
.TagClassName
{
border-color: #ECF0F1;
}
</style>