Shades of Azure #ECF8F7
Tints of Azure #ECF8F7
RGB
CMYK
RGB Variations
Color information
#ECF8F7 (or 0xECF8F7) is known color: Azure. HEX triplet: EC, F8 and F7. RGB value is (236,248,247). Sum of RGB (Red+Green+Blue) = 236+248+247=731 (96% of max value = 765). Red value is 236 (92.58% from 255 or 32.28% from 731); Green value is 248 (97.27% from 255 or 33.93% from 731); Blue value is 247 (96.88% from 255 or 33.79% from 731); Max value from RGB is 248 - color contains mainly: green. Hex color #ECF8F7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF8F7 is #130708. Grayscale: #F4F4F4. Windows color (decimal): -1246985 or 16251116. OLE color: 16251116.
HSL color Cylindrical-coordinate representation of color #ECF8F7: hue angle of 175º degrees, saturation: 0.46, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ECF8F7 is Cyan = 0.05, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 248 | 247 | - |
| CMYK | 0.05 | 0 | 0.00 | 0.03 |
| HSL | 175º | 0.46% | 0.95% | - |
| HSV(B) | 175º | 0.05% | 0.97% | - |
| XYZ | 84.95 | 91.68 | 101.22 | - |
| YUV | 244.3 | 129.52 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 248 | 247 | 0.05 | 0 | 0.00 | 0.03 | 175 | 0.46 | 0.95 |
| Hex | EC | F8 | F7 | 5 | 0 | 0 | 3 | AF | 2E | 5F |
| Octal | 354 | 370 | 367 | 5 | 0 | 0 | 3 | 257 | 56 | 137 |
| Binary | 11101100 | 11111000 | 11110111 | 101 | 0 | 0 | 11 | 10101111 | 101110 | 1011111 |
Color Harmonies of #ECF8F7
Complementary color
Monochromatic Colors of #ECF8F7
Black with #ECF8F7
Text Example
Text Example
White with #ECF8F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF8F7; }
p { color: rgb(236,248,247); }
H1.HeaderClassName
{
color: #ECF8F7;
}
.AnyTagClassName
{
color: #ECF8F7;
}
</style>
background-color css
<style>
a { background-color: #ECF8F7; }
a { background-color: rgb(236,248,247); }
div.DivClassName
{
background-color: #ECF8F7;
}
.BgClassName
{
background-color: #ECF8F7;
}
</style>
border-color css
<style>
span { border-color: #ECF8F7; }
span { border-color: rgb(236,248,247); }
td.TdClassName
{
border-color: #ECF8F7;
}
.TagClassName
{
border-color: #ECF8F7;
}
</style>