Shades of Azure #ECFCFE
Tints of Azure #ECFCFE
RGB
CMYK
RGB Variations
Color information
#ECFCFE (or 0xECFCFE) is known color: Azure. HEX triplet: EC, FC and FE. RGB value is (236,252,254). Sum of RGB (Red+Green+Blue) = 236+252+254=742 (98% of max value = 765). Red value is 236 (92.58% from 255 or 31.81% from 742); Green value is 252 (98.83% from 255 or 33.96% from 742); Blue value is 254 (99.61% from 255 or 34.23% from 742); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECFCFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFCFE is #130301. Grayscale: #F7F7F7. Windows color (decimal): -1245954 or 16710892. OLE color: 16710892.
HSL color Cylindrical-coordinate representation of color #ECFCFE: hue angle of 186.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 #ECFCFE is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 236 | 252 | 254 | - |
CMYK | 0.07 | 0.01 | 0 | 0.00 |
HSL | 186.67º | 0.9% | 0.96% | - |
HSV(B) | 186.67º | 0.07% | 1% | - |
XYZ | 87.29 | 94.61 | 107.43 | - |
YUV | 247.44 | 131.7 | 119.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 252 | 254 | 0.07 | 0.01 | 0 | 0.00 | 186.67 | 0.9 | 0.96 |
Hex | EC | FC | FE | 7 | 1 | 0 | 0 | BB | 5A | 60 |
Octal | 354 | 374 | 376 | 7 | 1 | 0 | 0 | 273 | 132 | 140 |
Binary | 11101100 | 11111100 | 11111110 | 111 | 1 | 0 | 0 | 10111011 | 1011010 | 1100000 |
Color Harmonies of #ECFCFE
Complementary color
Monochromatic Colors of #ECFCFE
Black with #ECFCFE
Text Example
Text Example
White with #ECFCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFCFE; }
p { color: rgb(236,252,254); }
H1.HeaderClassName
{
color: #ECFCFE;
}
.AnyTagClassName
{
color: #ECFCFE;
}
</style>
background-color css
<style>
a { background-color: #ECFCFE; }
a { background-color: rgb(236,252,254); }
div.DivClassName
{
background-color: #ECFCFE;
}
.BgClassName
{
background-color: #ECFCFE;
}
</style>
border-color css
<style>
span { border-color: #ECFCFE; }
span { border-color: rgb(236,252,254); }
td.TdClassName
{
border-color: #ECFCFE;
}
.TagClassName
{
border-color: #ECFCFE;
}
</style>