Shades of Azure #ECFAF9
Tints of Azure #ECFAF9
RGB
CMYK
RGB Variations
Color information
#ECFAF9 (or 0xECFAF9) is known color: Azure. HEX triplet: EC, FA and F9. RGB value is (236,250,249). Sum of RGB (Red+Green+Blue) = 236+250+249=735 (97% of max value = 765). Red value is 236 (92.58% from 255 or 32.11% from 735); Green value is 250 (98.05% from 255 or 34.01% from 735); Blue value is 249 (97.66% from 255 or 33.88% from 735); Max value from RGB is 250 - color contains mainly: green. Hex color #ECFAF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFAF9 is #130506. Grayscale: #F5F5F5. Windows color (decimal): -1246471 or 16382700. OLE color: 16382700.
HSL color Cylindrical-coordinate representation of color #ECFAF9: hue angle of 175.71º degrees, saturation: 0.58, 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 #ECFAF9 is Cyan = 0.06, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
RGB | 236 | 250 | 249 | - |
CMYK | 0.06 | 0 | 0.00 | 0.02 |
HSL | 175.71º | 0.58% | 0.95% | - |
HSV(B) | 175.71º | 0.06% | 0.98% | - |
XYZ | 85.88 | 93.04 | 103.06 | - |
YUV | 245.7 | 129.86 | 121.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 250 | 249 | 0.06 | 0 | 0.00 | 0.02 | 175.71 | 0.58 | 0.95 |
Hex | EC | FA | F9 | 6 | 0 | 0 | 2 | B0 | 3A | 5F |
Octal | 354 | 372 | 371 | 6 | 0 | 0 | 2 | 260 | 72 | 137 |
Binary | 11101100 | 11111010 | 11111001 | 110 | 0 | 0 | 10 | 10110000 | 111010 | 1011111 |
Color Harmonies of #ECFAF9
Complementary color
Monochromatic Colors of #ECFAF9
Black with #ECFAF9
Text Example
Text Example
White with #ECFAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFAF9; }
p { color: rgb(236,250,249); }
H1.HeaderClassName
{
color: #ECFAF9;
}
.AnyTagClassName
{
color: #ECFAF9;
}
</style>
background-color css
<style>
a { background-color: #ECFAF9; }
a { background-color: rgb(236,250,249); }
div.DivClassName
{
background-color: #ECFAF9;
}
.BgClassName
{
background-color: #ECFAF9;
}
</style>
border-color css
<style>
span { border-color: #ECFAF9; }
span { border-color: rgb(236,250,249); }
td.TdClassName
{
border-color: #ECFAF9;
}
.TagClassName
{
border-color: #ECFAF9;
}
</style>