Shades of Azure #ECF7F8
Tints of Azure #ECF7F8
RGB
CMYK
RGB Variations
Color information
#ECF7F8 (or 0xECF7F8) is known color: Azure. HEX triplet: EC, F7 and F8. RGB value is (236,247,248). Sum of RGB (Red+Green+Blue) = 236+247+248=731 (96% of max value = 765). Red value is 236 (92.58% from 255 or 32.28% from 731); Green value is 247 (96.88% from 255 or 33.79% from 731); Blue value is 248 (97.27% from 255 or 33.93% from 731); Max value from RGB is 248 - color contains mainly: blue. Hex color #ECF7F8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF7F8 is #130807. Grayscale: #F3F3F3. Windows color (decimal): -1247240 or 16316396. OLE color: 16316396.
HSL color Cylindrical-coordinate representation of color #ECF7F8: hue angle of 185º degrees, saturation: 0.46, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ECF7F8 is Cyan = 0.05, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 247 | 248 | - |
| CMYK | 0.05 | 0.00 | 0 | 0.03 |
| HSL | 185º | 0.46% | 0.95% | - |
| HSV(B) | 185º | 0.05% | 0.97% | - |
| XYZ | 84.8 | 91.13 | 101.93 | - |
| YUV | 243.83 | 130.36 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 247 | 248 | 0.05 | 0.00 | 0 | 0.03 | 185 | 0.46 | 0.95 |
| Hex | EC | F7 | F8 | 5 | 0 | 0 | 3 | B9 | 2E | 5F |
| Octal | 354 | 367 | 370 | 5 | 0 | 0 | 3 | 271 | 56 | 137 |
| Binary | 11101100 | 11110111 | 11111000 | 101 | 0 | 0 | 11 | 10111001 | 101110 | 1011111 |
Color Harmonies of #ECF7F8
Complementary color
Monochromatic Colors of #ECF7F8
Black with #ECF7F8
Text Example
Text Example
White with #ECF7F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF7F8; }
p { color: rgb(236,247,248); }
H1.HeaderClassName
{
color: #ECF7F8;
}
.AnyTagClassName
{
color: #ECF7F8;
}
</style>
background-color css
<style>
a { background-color: #ECF7F8; }
a { background-color: rgb(236,247,248); }
div.DivClassName
{
background-color: #ECF7F8;
}
.BgClassName
{
background-color: #ECF7F8;
}
</style>
border-color css
<style>
span { border-color: #ECF7F8; }
span { border-color: rgb(236,247,248); }
td.TdClassName
{
border-color: #ECF7F8;
}
.TagClassName
{
border-color: #ECF7F8;
}
</style>