Shades of Azure #ECFDFD
Tints of Azure #ECFDFD
RGB
CMYK
RGB Variations
Color information
#ECFDFD (or 0xECFDFD) is known color: Azure. HEX triplet: EC, FD and FD. RGB value is (236,253,253). Sum of RGB (Red+Green+Blue) = 236+253+253=742 (98% of max value = 765). Red value is 236 (92.58% from 255 or 31.81% from 742); Green value is 253 (99.22% from 255 or 34.10% from 742); Blue value is 253 (99.22% from 255 or 34.10% from 742); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #ECFDFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFDFD is #130202. Grayscale: #F7F7F7. Windows color (decimal): -1245699 or 16645612. OLE color: 16645612.
HSL color Cylindrical-coordinate representation of color #ECFDFD: hue angle of 180º degrees, saturation: 0.81, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ECFDFD is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 253 | 253 | - |
| CMYK | 0.07 | 0 | 0 | 0.01 |
| HSL | 180º | 0.81% | 0.96% | - |
| HSV(B) | 180º | 0.07% | 0.99% | - |
| XYZ | 87.45 | 95.18 | 106.69 | - |
| YUV | 247.92 | 130.87 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 253 | 253 | 0.07 | 0 | 0 | 0.01 | 180 | 0.81 | 0.96 |
| Hex | EC | FD | FD | 7 | 0 | 0 | 1 | B4 | 51 | 60 |
| Octal | 354 | 375 | 375 | 7 | 0 | 0 | 1 | 264 | 121 | 140 |
| Binary | 11101100 | 11111101 | 11111101 | 111 | 0 | 0 | 1 | 10110100 | 1010001 | 1100000 |
Color Harmonies of #ECFDFD
Complementary color
Monochromatic Colors of #ECFDFD
Black with #ECFDFD
Text Example
Text Example
White with #ECFDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFDFD; }
p { color: rgb(236,253,253); }
H1.HeaderClassName
{
color: #ECFDFD;
}
.AnyTagClassName
{
color: #ECFDFD;
}
</style>
background-color css
<style>
a { background-color: #ECFDFD; }
a { background-color: rgb(236,253,253); }
div.DivClassName
{
background-color: #ECFDFD;
}
.BgClassName
{
background-color: #ECFDFD;
}
</style>
border-color css
<style>
span { border-color: #ECFDFD; }
span { border-color: rgb(236,253,253); }
td.TdClassName
{
border-color: #ECFDFD;
}
.TagClassName
{
border-color: #ECFDFD;
}
</style>