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