Shades of Azure #ECFBFD
Tints of Azure #ECFBFD
RGB
CMYK
RGB Variations
Color information
#ECFBFD (or 0xECFBFD) is known color: Azure. HEX triplet: EC, FB and FD. RGB value is (236,251,253). Sum of RGB (Red+Green+Blue) = 236+251+253=740 (98% of max value = 765). Red value is 236 (92.58% from 255 or 31.89% from 740); Green value is 251 (98.44% from 255 or 33.92% from 740); Blue value is 253 (99.22% from 255 or 34.19% from 740); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECFBFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFBFD is #130402. Grayscale: #F6F6F6. Windows color (decimal): -1246211 or 16645100. OLE color: 16645100.
HSL color Cylindrical-coordinate representation of color #ECFBFD: hue angle of 187.06º 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 #ECFBFD is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 236 | 251 | 253 | - |
CMYK | 0.07 | 0.01 | 0 | 0.01 |
HSL | 187.06º | 0.81% | 0.96% | - |
HSV(B) | 187.06º | 0.07% | 0.99% | - |
XYZ | 86.82 | 93.92 | 106.48 | - |
YUV | 246.74 | 131.53 | 120.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 251 | 253 | 0.07 | 0.01 | 0 | 0.01 | 187.06 | 0.81 | 0.96 |
Hex | EC | FB | FD | 7 | 1 | 0 | 1 | BB | 51 | 60 |
Octal | 354 | 373 | 375 | 7 | 1 | 0 | 1 | 273 | 121 | 140 |
Binary | 11101100 | 11111011 | 11111101 | 111 | 1 | 0 | 1 | 10111011 | 1010001 | 1100000 |
Color Harmonies of #ECFBFD
Complementary color
Monochromatic Colors of #ECFBFD
Black with #ECFBFD
Text Example
Text Example
White with #ECFBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFBFD; }
p { color: rgb(236,251,253); }
H1.HeaderClassName
{
color: #ECFBFD;
}
.AnyTagClassName
{
color: #ECFBFD;
}
</style>
background-color css
<style>
a { background-color: #ECFBFD; }
a { background-color: rgb(236,251,253); }
div.DivClassName
{
background-color: #ECFBFD;
}
.BgClassName
{
background-color: #ECFBFD;
}
</style>
border-color css
<style>
span { border-color: #ECFBFD; }
span { border-color: rgb(236,251,253); }
td.TdClassName
{
border-color: #ECFBFD;
}
.TagClassName
{
border-color: #ECFBFD;
}
</style>