Shades of Azure #ECFCF9
Tints of Azure #ECFCF9
RGB
CMYK
RGB Variations
Color information
#ECFCF9 (or 0xECFCF9) is known color: Azure. HEX triplet: EC, FC and F9. RGB value is (236,252,249). Sum of RGB (Red+Green+Blue) = 236+252+249=737 (97% of max value = 765). Red value is 236 (92.58% from 255 or 32.02% from 737); Green value is 252 (98.83% from 255 or 34.19% from 737); Blue value is 249 (97.66% from 255 or 33.79% from 737); Max value from RGB is 252 - color contains mainly: green. Hex color #ECFCF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFCF9 is #130306. Grayscale: #F6F6F6. Windows color (decimal): -1245959 or 16383212. OLE color: 16383212.
HSL color Cylindrical-coordinate representation of color #ECFCF9: hue angle of 168.75º degrees, saturation: 0.73, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ECFCF9 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
RGB | 236 | 252 | 249 | - |
CMYK | 0.06 | 0 | 0.01 | 0.01 |
HSL | 168.75º | 0.73% | 0.96% | - |
HSV(B) | 168.75º | 0.06% | 0.99% | - |
XYZ | 86.5 | 94.29 | 103.26 | - |
YUV | 246.87 | 129.2 | 120.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 252 | 249 | 0.06 | 0 | 0.01 | 0.01 | 168.75 | 0.73 | 0.96 |
Hex | EC | FC | F9 | 6 | 0 | 1 | 1 | A9 | 49 | 60 |
Octal | 354 | 374 | 371 | 6 | 0 | 1 | 1 | 251 | 111 | 140 |
Binary | 11101100 | 11111100 | 11111001 | 110 | 0 | 1 | 1 | 10101001 | 1001001 | 1100000 |
Color Harmonies of #ECFCF9
Complementary color
Monochromatic Colors of #ECFCF9
Black with #ECFCF9
Text Example
Text Example
White with #ECFCF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFCF9; }
p { color: rgb(236,252,249); }
H1.HeaderClassName
{
color: #ECFCF9;
}
.AnyTagClassName
{
color: #ECFCF9;
}
</style>
background-color css
<style>
a { background-color: #ECFCF9; }
a { background-color: rgb(236,252,249); }
div.DivClassName
{
background-color: #ECFCF9;
}
.BgClassName
{
background-color: #ECFCF9;
}
</style>
border-color css
<style>
span { border-color: #ECFCF9; }
span { border-color: rgb(236,252,249); }
td.TdClassName
{
border-color: #ECFCF9;
}
.TagClassName
{
border-color: #ECFCF9;
}
</style>