Shades of Azure #ECF8FB
Tints of Azure #ECF8FB
RGB
CMYK
RGB Variations
Color information
#ECF8FB (or 0xECF8FB) is known color: Azure. HEX triplet: EC, F8 and FB. RGB value is (236,248,251). Sum of RGB (Red+Green+Blue) = 236+248+251=735 (97% of max value = 765). Red value is 236 (92.58% from 255 or 32.11% from 735); Green value is 248 (97.27% from 255 or 33.74% from 735); Blue value is 251 (98.44% from 255 or 34.15% from 735); Max value from RGB is 251 - color contains mainly: blue. Hex color #ECF8FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF8FB is #130704. Grayscale: #F4F4F4. Windows color (decimal): -1246981 or 16513260. OLE color: 16513260.
HSL color Cylindrical-coordinate representation of color #ECF8FB: hue angle of 192º degrees, saturation: 0.65, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ECF8FB is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 248 | 251 | - |
| CMYK | 0.06 | 0.01 | 0 | 0.02 |
| HSL | 192º | 0.65% | 0.95% | - |
| HSV(B) | 192º | 0.06% | 0.98% | - |
| XYZ | 85.57 | 91.93 | 104.5 | - |
| YUV | 244.75 | 131.52 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 248 | 251 | 0.06 | 0.01 | 0 | 0.02 | 192 | 0.65 | 0.95 |
| Hex | EC | F8 | FB | 6 | 1 | 0 | 2 | C0 | 41 | 5F |
| Octal | 354 | 370 | 373 | 6 | 1 | 0 | 2 | 300 | 101 | 137 |
| Binary | 11101100 | 11111000 | 11111011 | 110 | 1 | 0 | 10 | 11000000 | 1000001 | 1011111 |
Color Harmonies of #ECF8FB
Complementary color
Monochromatic Colors of #ECF8FB
Black with #ECF8FB
Text Example
Text Example
White with #ECF8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF8FB; }
p { color: rgb(236,248,251); }
H1.HeaderClassName
{
color: #ECF8FB;
}
.AnyTagClassName
{
color: #ECF8FB;
}
</style>
background-color css
<style>
a { background-color: #ECF8FB; }
a { background-color: rgb(236,248,251); }
div.DivClassName
{
background-color: #ECF8FB;
}
.BgClassName
{
background-color: #ECF8FB;
}
</style>
border-color css
<style>
span { border-color: #ECF8FB; }
span { border-color: rgb(236,248,251); }
td.TdClassName
{
border-color: #ECF8FB;
}
.TagClassName
{
border-color: #ECF8FB;
}
</style>