Shades of Azure #ECFEFD
Tints of Azure #ECFEFD
RGB
CMYK
RGB Variations
Color information
#ECFEFD (or 0xECFEFD) is known color: Azure. HEX triplet: EC, FE and FD. RGB value is (236,254,253). Sum of RGB (Red+Green+Blue) = 236+254+253=743 (98% of max value = 765). Red value is 236 (92.58% from 255 or 31.76% from 743); Green value is 254 (99.61% from 255 or 34.19% from 743); Blue value is 253 (99.22% from 255 or 34.05% from 743); Max value from RGB is 254 - color contains mainly: green. Hex color #ECFEFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFEFD is #130102. Grayscale: #F8F8F8. Windows color (decimal): -1245443 or 16645868. OLE color: 16645868.
HSL color Cylindrical-coordinate representation of color #ECFEFD: hue angle of 176.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 #ECFEFD is Cyan = 0.07, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
RGB | 236 | 254 | 253 | - |
CMYK | 0.07 | 0 | 0.00 | 0.00 |
HSL | 176.67º | 0.9% | 0.96% | - |
HSV(B) | 176.67º | 0.07% | 1% | - |
XYZ | 87.76 | 95.81 | 106.8 | - |
YUV | 248.5 | 130.54 | 119.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 254 | 253 | 0.07 | 0 | 0.00 | 0.00 | 176.67 | 0.9 | 0.96 |
Hex | EC | FE | FD | 7 | 0 | 0 | 0 | B1 | 5A | 60 |
Octal | 354 | 376 | 375 | 7 | 0 | 0 | 0 | 261 | 132 | 140 |
Binary | 11101100 | 11111110 | 11111101 | 111 | 0 | 0 | 0 | 10110001 | 1011010 | 1100000 |
Color Harmonies of #ECFEFD
Complementary color
Monochromatic Colors of #ECFEFD
Black with #ECFEFD
Text Example
Text Example
White with #ECFEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFEFD; }
p { color: rgb(236,254,253); }
H1.HeaderClassName
{
color: #ECFEFD;
}
.AnyTagClassName
{
color: #ECFEFD;
}
</style>
background-color css
<style>
a { background-color: #ECFEFD; }
a { background-color: rgb(236,254,253); }
div.DivClassName
{
background-color: #ECFEFD;
}
.BgClassName
{
background-color: #ECFEFD;
}
</style>
border-color css
<style>
span { border-color: #ECFEFD; }
span { border-color: rgb(236,254,253); }
td.TdClassName
{
border-color: #ECFEFD;
}
.TagClassName
{
border-color: #ECFEFD;
}
</style>