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