Shades of Azure #ECF9F8
Tints of Azure #ECF9F8
RGB
CMYK
RGB Variations
Color information
#ECF9F8 (or 0xECF9F8) is known color: Azure. HEX triplet: EC, F9 and F8. RGB value is (236,249,248). Sum of RGB (Red+Green+Blue) = 236+249+248=733 (97% of max value = 765). Red value is 236 (92.58% from 255 or 32.20% from 733); Green value is 249 (97.66% from 255 or 33.97% from 733); Blue value is 248 (97.27% from 255 or 33.83% from 733); Max value from RGB is 249 - color contains mainly: green. Hex color #ECF9F8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF9F8 is #130607. Grayscale: #F4F4F4. Windows color (decimal): -1246728 or 16316908. OLE color: 16316908.
HSL color Cylindrical-coordinate representation of color #ECF9F8: hue angle of 175.38º degrees, saturation: 0.52, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ECF9F8 is Cyan = 0.05, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 249 | 248 | - |
| CMYK | 0.05 | 0 | 0.00 | 0.02 |
| HSL | 175.38º | 0.52% | 0.95% | - |
| HSV(B) | 175.38º | 0.05% | 0.98% | - |
| XYZ | 85.41 | 92.36 | 102.13 | - |
| YUV | 245 | 129.69 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 249 | 248 | 0.05 | 0 | 0.00 | 0.02 | 175.38 | 0.52 | 0.95 |
| Hex | EC | F9 | F8 | 5 | 0 | 0 | 2 | AF | 34 | 5F |
| Octal | 354 | 371 | 370 | 5 | 0 | 0 | 2 | 257 | 64 | 137 |
| Binary | 11101100 | 11111001 | 11111000 | 101 | 0 | 0 | 10 | 10101111 | 110100 | 1011111 |
Color Harmonies of #ECF9F8
Complementary color
Monochromatic Colors of #ECF9F8
Black with #ECF9F8
Text Example
Text Example
White with #ECF9F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF9F8; }
p { color: rgb(236,249,248); }
H1.HeaderClassName
{
color: #ECF9F8;
}
.AnyTagClassName
{
color: #ECF9F8;
}
</style>
background-color css
<style>
a { background-color: #ECF9F8; }
a { background-color: rgb(236,249,248); }
div.DivClassName
{
background-color: #ECF9F8;
}
.BgClassName
{
background-color: #ECF9F8;
}
</style>
border-color css
<style>
span { border-color: #ECF9F8; }
span { border-color: rgb(236,249,248); }
td.TdClassName
{
border-color: #ECF9F8;
}
.TagClassName
{
border-color: #ECF9F8;
}
</style>