Shades of Azure #ECFDFF
Tints of Azure #ECFDFF
RGB
CMYK
RGB Variations
Color information
#ECFDFF (or 0xECFDFF) is known color: Azure. HEX triplet: EC, FD and FF. RGB value is (236,253,255). Sum of RGB (Red+Green+Blue) = 236+253+255=744 (98% of max value = 765). Red value is 236 (92.58% from 255 or 31.72% from 744); Green value is 253 (99.22% from 255 or 34.01% from 744); Blue value is 255 (100% from 255 or 34.27% from 744); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECFDFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFDFF is #130200. Grayscale: #F8F8F8. Windows color (decimal): -1245697 or 16776684. OLE color: 16776684.
HSL color Cylindrical-coordinate representation of color #ECFDFF: hue angle of 186.32º 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 #ECFDFF is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 236 | 253 | 255 | - |
CMYK | 0.07 | 0.01 | 0 | 0 |
HSL | 186.32º | 1% | 0.96% | - |
HSV(B) | 186.32º | 0.07% | 1% | - |
XYZ | 87.77 | 95.3 | 108.38 | - |
YUV | 248.15 | 131.87 | 119.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 253 | 255 | 0.07 | 0.01 | 0 | 0 | 186.32 | 1 | 0.96 |
Hex | EC | FD | FF | 7 | 1 | 0 | 0 | BA | 64 | 60 |
Octal | 354 | 375 | 377 | 7 | 1 | 0 | 0 | 272 | 144 | 140 |
Binary | 11101100 | 11111101 | 11111111 | 111 | 1 | 0 | 0 | 10111010 | 1100100 | 1100000 |
Color Harmonies of #ECFDFF
Complementary color
Monochromatic Colors of #ECFDFF
Black with #ECFDFF
Text Example
Text Example
White with #ECFDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFDFF; }
p { color: rgb(236,253,255); }
H1.HeaderClassName
{
color: #ECFDFF;
}
.AnyTagClassName
{
color: #ECFDFF;
}
</style>
background-color css
<style>
a { background-color: #ECFDFF; }
a { background-color: rgb(236,253,255); }
div.DivClassName
{
background-color: #ECFDFF;
}
.BgClassName
{
background-color: #ECFDFF;
}
</style>
border-color css
<style>
span { border-color: #ECFDFF; }
span { border-color: rgb(236,253,255); }
td.TdClassName
{
border-color: #ECFDFF;
}
.TagClassName
{
border-color: #ECFDFF;
}
</style>