Shades of Azure #ECFAFE
Tints of Azure #ECFAFE
RGB
CMYK
RGB Variations
Color information
#ECFAFE (or 0xECFAFE) is known color: Azure. HEX triplet: EC, FA and FE. RGB value is (236,250,254). Sum of RGB (Red+Green+Blue) = 236+250+254=740 (98% of max value = 765). Red value is 236 (92.58% from 255 or 31.89% from 740); Green value is 250 (98.05% from 255 or 33.78% from 740); Blue value is 254 (99.61% from 255 or 34.32% from 740); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECFAFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFAFE is #130501. Grayscale: #F6F6F6. Windows color (decimal): -1246466 or 16710380. OLE color: 16710380.
HSL color Cylindrical-coordinate representation of color #ECFAFE: hue angle of 193.33º 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 #ECFAFE is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 250 | 254 | - |
| CMYK | 0.07 | 0.02 | 0 | 0.00 |
| HSL | 193.33º | 0.9% | 0.96% | - |
| HSV(B) | 193.33º | 0.07% | 1% | - |
| XYZ | 86.67 | 93.36 | 107.22 | - |
| YUV | 246.27 | 132.36 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 250 | 254 | 0.07 | 0.02 | 0 | 0.00 | 193.33 | 0.9 | 0.96 |
| Hex | EC | FA | FE | 7 | 2 | 0 | 0 | C1 | 5A | 60 |
| Octal | 354 | 372 | 376 | 7 | 2 | 0 | 0 | 301 | 132 | 140 |
| Binary | 11101100 | 11111010 | 11111110 | 111 | 10 | 0 | 0 | 11000001 | 1011010 | 1100000 |
Color Harmonies of #ECFAFE
Complementary color
Monochromatic Colors of #ECFAFE
Black with #ECFAFE
Text Example
Text Example
White with #ECFAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFAFE; }
p { color: rgb(236,250,254); }
H1.HeaderClassName
{
color: #ECFAFE;
}
.AnyTagClassName
{
color: #ECFAFE;
}
</style>
background-color css
<style>
a { background-color: #ECFAFE; }
a { background-color: rgb(236,250,254); }
div.DivClassName
{
background-color: #ECFAFE;
}
.BgClassName
{
background-color: #ECFAFE;
}
</style>
border-color css
<style>
span { border-color: #ECFAFE; }
span { border-color: rgb(236,250,254); }
td.TdClassName
{
border-color: #ECFAFE;
}
.TagClassName
{
border-color: #ECFAFE;
}
</style>