Shades of Azure #ECFFFC
Tints of Azure #ECFFFC
RGB
CMYK
RGB Variations
Color information
#ECFFFC (or 0xECFFFC) is known color: Azure. HEX triplet: EC, FF and FC. RGB value is (236,255,252). Sum of RGB (Red+Green+Blue) = 236+255+252=743 (98% of max value = 765). Red value is 236 (92.58% from 255 or 31.76% from 743); Green value is 255 (100% from 255 or 34.32% from 743); Blue value is 252 (98.83% from 255 or 33.92% from 743); Max value from RGB is 255 - color contains mainly: green. Hex color #ECFFFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFFFC is #130003. Grayscale: #F8F8F8. Windows color (decimal): -1245188 or 16580588. OLE color: 16580588.
HSL color Cylindrical-coordinate representation of color #ECFFFC: hue angle of 170.53º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ECFFFC is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
RGB | 236 | 255 | 252 | - |
CMYK | 0.07 | 0 | 0.01 | 0 |
HSL | 170.53º | 1% | 0.96% | - |
HSV(B) | 170.53º | 0.07% | 1% | - |
XYZ | 87.92 | 96.38 | 106.06 | - |
YUV | 248.98 | 129.71 | 118.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 255 | 252 | 0.07 | 0 | 0.01 | 0 | 170.53 | 1 | 0.96 |
Hex | EC | FF | FC | 7 | 0 | 1 | 0 | AB | 64 | 60 |
Octal | 354 | 377 | 374 | 7 | 0 | 1 | 0 | 253 | 144 | 140 |
Binary | 11101100 | 11111111 | 11111100 | 111 | 0 | 1 | 0 | 10101011 | 1100100 | 1100000 |
Color Harmonies of #ECFFFC
Complementary color
Monochromatic Colors of #ECFFFC
Black with #ECFFFC
Text Example
Text Example
White with #ECFFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFFFC; }
p { color: rgb(236,255,252); }
H1.HeaderClassName
{
color: #ECFFFC;
}
.AnyTagClassName
{
color: #ECFFFC;
}
</style>
background-color css
<style>
a { background-color: #ECFFFC; }
a { background-color: rgb(236,255,252); }
div.DivClassName
{
background-color: #ECFFFC;
}
.BgClassName
{
background-color: #ECFFFC;
}
</style>
border-color css
<style>
span { border-color: #ECFFFC; }
span { border-color: rgb(236,255,252); }
td.TdClassName
{
border-color: #ECFFFC;
}
.TagClassName
{
border-color: #ECFFFC;
}
</style>