Shades of Azure #ECFBF9
Tints of Azure #ECFBF9
RGB
CMYK
RGB Variations
Color information
#ECFBF9 (or 0xECFBF9) is known color: Azure. HEX triplet: EC, FB and F9. RGB value is (236,251,249). Sum of RGB (Red+Green+Blue) = 236+251+249=736 (97% of max value = 765). Red value is 236 (92.58% from 255 or 32.07% from 736); Green value is 251 (98.44% from 255 or 34.10% from 736); Blue value is 249 (97.66% from 255 or 33.83% from 736); Max value from RGB is 251 - color contains mainly: green. Hex color #ECFBF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFBF9 is #130406. Grayscale: #F6F6F6. Windows color (decimal): -1246215 or 16382956. OLE color: 16382956.
HSL color Cylindrical-coordinate representation of color #ECFBF9: hue angle of 172º degrees, saturation: 0.65, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ECFBF9 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
RGB | 236 | 251 | 249 | - |
CMYK | 0.06 | 0 | 0.01 | 0.02 |
HSL | 172º | 0.65% | 0.95% | - |
HSV(B) | 172º | 0.06% | 0.98% | - |
XYZ | 86.19 | 93.67 | 103.16 | - |
YUV | 246.29 | 129.53 | 120.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 251 | 249 | 0.06 | 0 | 0.01 | 0.02 | 172 | 0.65 | 0.95 |
Hex | EC | FB | F9 | 6 | 0 | 1 | 2 | AC | 41 | 5F |
Octal | 354 | 373 | 371 | 6 | 0 | 1 | 2 | 254 | 101 | 137 |
Binary | 11101100 | 11111011 | 11111001 | 110 | 0 | 1 | 10 | 10101100 | 1000001 | 1011111 |
Color Harmonies of #ECFBF9
Complementary color
Monochromatic Colors of #ECFBF9
Black with #ECFBF9
Text Example
Text Example
White with #ECFBF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFBF9; }
p { color: rgb(236,251,249); }
H1.HeaderClassName
{
color: #ECFBF9;
}
.AnyTagClassName
{
color: #ECFBF9;
}
</style>
background-color css
<style>
a { background-color: #ECFBF9; }
a { background-color: rgb(236,251,249); }
div.DivClassName
{
background-color: #ECFBF9;
}
.BgClassName
{
background-color: #ECFBF9;
}
</style>
border-color css
<style>
span { border-color: #ECFBF9; }
span { border-color: rgb(236,251,249); }
td.TdClassName
{
border-color: #ECFBF9;
}
.TagClassName
{
border-color: #ECFBF9;
}
</style>