Shades of Azure #ECF6F6
Tints of Azure #ECF6F6
RGB
CMYK
RGB Variations
Color information
#ECF6F6 (or 0xECF6F6) is known color: Azure. HEX triplet: EC, F6 and F6. RGB value is (236,246,246). Sum of RGB (Red+Green+Blue) = 236+246+246=728 (96% of max value = 765). Red value is 236 (92.58% from 255 or 32.42% from 728); Green value is 246 (96.48% from 255 or 33.79% from 728); Blue value is 246 (96.48% from 255 or 33.79% from 728); Max value from RGB is 246 - color contains mainly: green, blue. Hex color #ECF6F6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF6F6 is #130909. Grayscale: #F3F3F3. Windows color (decimal): -1247498 or 16185068. OLE color: 16185068.
HSL color Cylindrical-coordinate representation of color #ECF6F6: hue angle of 180º degrees, saturation: 0.36, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ECF6F6 is Cyan = 0.04, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 246 | 246 | - |
| CMYK | 0.04 | 0 | 0 | 0.04 |
| HSL | 180º | 0.36% | 0.95% | - |
| HSV(B) | 180º | 0.04% | 0.96% | - |
| XYZ | 84.18 | 90.4 | 100.2 | - |
| YUV | 243.01 | 129.69 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 246 | 246 | 0.04 | 0 | 0 | 0.04 | 180 | 0.36 | 0.95 |
| Hex | EC | F6 | F6 | 4 | 0 | 0 | 4 | B4 | 24 | 5F |
| Octal | 354 | 366 | 366 | 4 | 0 | 0 | 4 | 264 | 44 | 137 |
| Binary | 11101100 | 11110110 | 11110110 | 100 | 0 | 0 | 100 | 10110100 | 100100 | 1011111 |
Color Harmonies of #ECF6F6
Complementary color
Monochromatic Colors of #ECF6F6
Black with #ECF6F6
Text Example
Text Example
White with #ECF6F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF6F6; }
p { color: rgb(236,246,246); }
H1.HeaderClassName
{
color: #ECF6F6;
}
.AnyTagClassName
{
color: #ECF6F6;
}
</style>
background-color css
<style>
a { background-color: #ECF6F6; }
a { background-color: rgb(236,246,246); }
div.DivClassName
{
background-color: #ECF6F6;
}
.BgClassName
{
background-color: #ECF6F6;
}
</style>
border-color css
<style>
span { border-color: #ECF6F6; }
span { border-color: rgb(236,246,246); }
td.TdClassName
{
border-color: #ECF6F6;
}
.TagClassName
{
border-color: #ECF6F6;
}
</style>