Shades of Azure #ECF9F7
Tints of Azure #ECF9F7
RGB
CMYK
RGB Variations
Color information
#ECF9F7 (or 0xECF9F7) is known color: Azure. HEX triplet: EC, F9 and F7. RGB value is (236,249,247). Sum of RGB (Red+Green+Blue) = 236+249+247=732 (96% of max value = 765). Red value is 236 (92.58% from 255 or 32.24% from 732); Green value is 249 (97.66% from 255 or 34.02% from 732); Blue value is 247 (96.88% from 255 or 33.74% from 732); Max value from RGB is 249 - color contains mainly: green. Hex color #ECF9F7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF9F7 is #130608. Grayscale: #F4F4F4. Windows color (decimal): -1246729 or 16251372. OLE color: 16251372.
HSL color Cylindrical-coordinate representation of color #ECF9F7: hue angle of 170.77º degrees, saturation: 0.52, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ECF9F7 is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
RGB | 236 | 249 | 247 | - |
CMYK | 0.05 | 0 | 0.01 | 0.02 |
HSL | 170.77º | 0.52% | 0.95% | - |
HSV(B) | 170.77º | 0.05% | 0.98% | - |
XYZ | 85.26 | 92.3 | 101.32 | - |
YUV | 244.89 | 129.19 | 121.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 249 | 247 | 0.05 | 0 | 0.01 | 0.02 | 170.77 | 0.52 | 0.95 |
Hex | EC | F9 | F7 | 5 | 0 | 1 | 2 | AB | 34 | 5F |
Octal | 354 | 371 | 367 | 5 | 0 | 1 | 2 | 253 | 64 | 137 |
Binary | 11101100 | 11111001 | 11110111 | 101 | 0 | 1 | 10 | 10101011 | 110100 | 1011111 |
Color Harmonies of #ECF9F7
Complementary color
Monochromatic Colors of #ECF9F7
Black with #ECF9F7
Text Example
Text Example
White with #ECF9F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF9F7; }
p { color: rgb(236,249,247); }
H1.HeaderClassName
{
color: #ECF9F7;
}
.AnyTagClassName
{
color: #ECF9F7;
}
</style>
background-color css
<style>
a { background-color: #ECF9F7; }
a { background-color: rgb(236,249,247); }
div.DivClassName
{
background-color: #ECF9F7;
}
.BgClassName
{
background-color: #ECF9F7;
}
</style>
border-color css
<style>
span { border-color: #ECF9F7; }
span { border-color: rgb(236,249,247); }
td.TdClassName
{
border-color: #ECF9F7;
}
.TagClassName
{
border-color: #ECF9F7;
}
</style>