Shades of Azure #ECFEFA
Tints of Azure #ECFEFA
RGB
CMYK
RGB Variations
Color information
#ECFEFA (or 0xECFEFA) is known color: Azure. HEX triplet: EC, FE and FA. RGB value is (236,254,250). Sum of RGB (Red+Green+Blue) = 236+254+250=740 (98% of max value = 765). Red value is 236 (92.58% from 255 or 31.89% from 740); Green value is 254 (99.61% from 255 or 34.32% from 740); Blue value is 250 (98.05% from 255 or 33.78% from 740); Max value from RGB is 254 - color contains mainly: green. Hex color #ECFEFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFEFA is #130105. Grayscale: #F8F8F8. Windows color (decimal): -1245446 or 16449260. OLE color: 16449260.
HSL color Cylindrical-coordinate representation of color #ECFEFA: hue angle of 166.67º degrees, saturation: 0.9, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ECFEFA is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 254 | 250 | - |
| CMYK | 0.07 | 0 | 0.02 | 0.00 |
| HSL | 166.67º | 0.9% | 0.96% | - |
| HSV(B) | 166.67º | 0.07% | 1% | - |
| XYZ | 87.29 | 95.62 | 104.3 | - |
| YUV | 248.16 | 129.04 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 254 | 250 | 0.07 | 0 | 0.02 | 0.00 | 166.67 | 0.9 | 0.96 |
| Hex | EC | FE | FA | 7 | 0 | 2 | 0 | A7 | 5A | 60 |
| Octal | 354 | 376 | 372 | 7 | 0 | 2 | 0 | 247 | 132 | 140 |
| Binary | 11101100 | 11111110 | 11111010 | 111 | 0 | 10 | 0 | 10100111 | 1011010 | 1100000 |
Color Harmonies of #ECFEFA
Complementary color
Monochromatic Colors of #ECFEFA
Black with #ECFEFA
Text Example
Text Example
White with #ECFEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFEFA; }
p { color: rgb(236,254,250); }
H1.HeaderClassName
{
color: #ECFEFA;
}
.AnyTagClassName
{
color: #ECFEFA;
}
</style>
background-color css
<style>
a { background-color: #ECFEFA; }
a { background-color: rgb(236,254,250); }
div.DivClassName
{
background-color: #ECFEFA;
}
.BgClassName
{
background-color: #ECFEFA;
}
</style>
border-color css
<style>
span { border-color: #ECFEFA; }
span { border-color: rgb(236,254,250); }
td.TdClassName
{
border-color: #ECFEFA;
}
.TagClassName
{
border-color: #ECFEFA;
}
</style>