Shades of Azure #ECFAFC
Tints of Azure #ECFAFC
RGB
CMYK
RGB Variations
Color information
#ECFAFC (or 0xECFAFC) is known color: Azure. HEX triplet: EC, FA and FC. RGB value is (236,250,252). Sum of RGB (Red+Green+Blue) = 236+250+252=738 (97% of max value = 765). Red value is 236 (92.58% from 255 or 31.98% from 738); Green value is 250 (98.05% from 255 or 33.88% from 738); Blue value is 252 (98.83% from 255 or 34.15% from 738); Max value from RGB is 252 - color contains mainly: blue. Hex color #ECFAFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFAFC is #130503. Grayscale: #F6F6F6. Windows color (decimal): -1246468 or 16579308. OLE color: 16579308.
HSL color Cylindrical-coordinate representation of color #ECFAFC: hue angle of 187.5º 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 #ECFAFC is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 236 | 250 | 252 | - |
CMYK | 0.06 | 0.01 | 0 | 0.01 |
HSL | 187.5º | 0.73% | 0.96% | - |
HSV(B) | 187.5º | 0.06% | 0.99% | - |
XYZ | 86.35 | 93.23 | 105.54 | - |
YUV | 246.04 | 131.36 | 120.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 250 | 252 | 0.06 | 0.01 | 0 | 0.01 | 187.5 | 0.73 | 0.96 |
Hex | EC | FA | FC | 6 | 1 | 0 | 1 | BC | 49 | 60 |
Octal | 354 | 372 | 374 | 6 | 1 | 0 | 1 | 274 | 111 | 140 |
Binary | 11101100 | 11111010 | 11111100 | 110 | 1 | 0 | 1 | 10111100 | 1001001 | 1100000 |
Color Harmonies of #ECFAFC
Complementary color
Monochromatic Colors of #ECFAFC
Black with #ECFAFC
Text Example
Text Example
White with #ECFAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFAFC; }
p { color: rgb(236,250,252); }
H1.HeaderClassName
{
color: #ECFAFC;
}
.AnyTagClassName
{
color: #ECFAFC;
}
</style>
background-color css
<style>
a { background-color: #ECFAFC; }
a { background-color: rgb(236,250,252); }
div.DivClassName
{
background-color: #ECFAFC;
}
.BgClassName
{
background-color: #ECFAFC;
}
</style>
border-color css
<style>
span { border-color: #ECFAFC; }
span { border-color: rgb(236,250,252); }
td.TdClassName
{
border-color: #ECFAFC;
}
.TagClassName
{
border-color: #ECFAFC;
}
</style>