Shades of Azure #ECFCFB
Tints of Azure #ECFCFB
RGB
CMYK
RGB Variations
Color information
#ECFCFB (or 0xECFCFB) is known color: Azure. HEX triplet: EC, FC and FB. RGB value is (236,252,251). Sum of RGB (Red+Green+Blue) = 236+252+251=739 (97% of max value = 765). Red value is 236 (92.58% from 255 or 31.94% from 739); Green value is 252 (98.83% from 255 or 34.10% from 739); Blue value is 251 (98.44% from 255 or 33.96% from 739); Max value from RGB is 252 - color contains mainly: green. Hex color #ECFCFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFCFB is #130304. Grayscale: #F7F7F7. Windows color (decimal): -1245957 or 16514284. OLE color: 16514284.
HSL color Cylindrical-coordinate representation of color #ECFCFB: hue angle of 176.25º degrees, saturation: 0.73, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ECFCFB is Cyan = 0.06, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 252 | 251 | - |
| CMYK | 0.06 | 0 | 0.00 | 0.01 |
| HSL | 176.25º | 0.73% | 0.96% | - |
| HSV(B) | 176.25º | 0.06% | 0.99% | - |
| XYZ | 86.82 | 94.42 | 104.92 | - |
| YUV | 247.1 | 130.2 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 252 | 251 | 0.06 | 0 | 0.00 | 0.01 | 176.25 | 0.73 | 0.96 |
| Hex | EC | FC | FB | 6 | 0 | 0 | 1 | B0 | 49 | 60 |
| Octal | 354 | 374 | 373 | 6 | 0 | 0 | 1 | 260 | 111 | 140 |
| Binary | 11101100 | 11111100 | 11111011 | 110 | 0 | 0 | 1 | 10110000 | 1001001 | 1100000 |
Color Harmonies of #ECFCFB
Complementary color
Monochromatic Colors of #ECFCFB
Black with #ECFCFB
Text Example
Text Example
White with #ECFCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFCFB; }
p { color: rgb(236,252,251); }
H1.HeaderClassName
{
color: #ECFCFB;
}
.AnyTagClassName
{
color: #ECFCFB;
}
</style>
background-color css
<style>
a { background-color: #ECFCFB; }
a { background-color: rgb(236,252,251); }
div.DivClassName
{
background-color: #ECFCFB;
}
.BgClassName
{
background-color: #ECFCFB;
}
</style>
border-color css
<style>
span { border-color: #ECFCFB; }
span { border-color: rgb(236,252,251); }
td.TdClassName
{
border-color: #ECFCFB;
}
.TagClassName
{
border-color: #ECFCFB;
}
</style>