Shades of Aero Blue #C5EED8
Tints of Aero Blue #C5EED8
RGB
CMYK
RGB Variations
Color information
#C5EED8 (or 0xC5EED8) is known color: Aero Blue. HEX triplet: C5, EE and D8. RGB value is (197,238,216). Sum of RGB (Red+Green+Blue) = 197+238+216=651 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.26% from 651); Green value is 238 (93.36% from 255 or 36.56% from 651); Blue value is 216 (84.77% from 255 or 33.18% from 651); Max value from RGB is 238 - color contains mainly: green. Hex color #C5EED8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EED8 is #3A1127. Grayscale: #DFDFDF. Windows color (decimal): -3805480 or 14216901. OLE color: 14216901.
HSL color Cylindrical-coordinate representation of color #C5EED8: hue angle of 147.8º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5EED8 is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 238 | 216 | - |
| CMYK | 0.17 | 0 | 0.09 | 0.07 |
| HSL | 147.8º | 0.55% | 0.85% | - |
| HSV(B) | 147.8º | 0.17% | 0.93% | - |
| XYZ | 66 | 77.98 | 76.54 | - |
| YUV | 223.23 | 123.92 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 238 | 216 | 0.17 | 0 | 0.09 | 0.07 | 147.8 | 0.55 | 0.85 |
| Hex | C5 | EE | D8 | 11 | 0 | 9 | 7 | 94 | 37 | 55 |
| Octal | 305 | 356 | 330 | 21 | 0 | 11 | 7 | 224 | 67 | 125 |
| Binary | 11000101 | 11101110 | 11011000 | 10001 | 0 | 1001 | 111 | 10010100 | 110111 | 1010101 |
Color Harmonies of #C5EED8
Complementary color
Monochromatic Colors of #C5EED8
Black with #C5EED8
Text Example
Text Example
White with #C5EED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EED8; }
p { color: rgb(197,238,216); }
H1.HeaderClassName
{
color: #C5EED8;
}
.AnyTagClassName
{
color: #C5EED8;
}
</style>
background-color css
<style>
a { background-color: #C5EED8; }
a { background-color: rgb(197,238,216); }
div.DivClassName
{
background-color: #C5EED8;
}
.BgClassName
{
background-color: #C5EED8;
}
</style>
border-color css
<style>
span { border-color: #C5EED8; }
span { border-color: rgb(197,238,216); }
td.TdClassName
{
border-color: #C5EED8;
}
.TagClassName
{
border-color: #C5EED8;
}
</style>