Shades of Aero Blue #C8E9D8
Tints of Aero Blue #C8E9D8
RGB
CMYK
RGB Variations
Color information
#C8E9D8 (or 0xC8E9D8) is known color: Aero Blue. HEX triplet: C8, E9 and D8. RGB value is (200,233,216). Sum of RGB (Red+Green+Blue) = 200+233+216=649 (85% of max value = 765). Red value is 200 (78.52% from 255 or 30.82% from 649); Green value is 233 (91.41% from 255 or 35.90% from 649); Blue value is 216 (84.77% from 255 or 33.28% from 649); Max value from RGB is 233 - color contains mainly: green. Hex color #C8E9D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8E9D8 is #371627. Grayscale: #DDDDDD. Windows color (decimal): -3610152 or 14215624. OLE color: 14215624.
HSL color Cylindrical-coordinate representation of color #C8E9D8: hue angle of 149.09º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C8E9D8 is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 233 | 216 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.09 |
| HSL | 149.09º | 0.43% | 0.85% | - |
| HSV(B) | 149.09º | 0.14% | 0.91% | - |
| XYZ | 65.35 | 75.52 | 76.1 | - |
| YUV | 221.2 | 125.07 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 233 | 216 | 0.14 | 0 | 0.07 | 0.09 | 149.09 | 0.43 | 0.85 |
| Hex | C8 | E9 | D8 | E | 0 | 7 | 9 | 95 | 2B | 55 |
| Octal | 310 | 351 | 330 | 16 | 0 | 7 | 11 | 225 | 53 | 125 |
| Binary | 11001000 | 11101001 | 11011000 | 1110 | 0 | 111 | 1001 | 10010101 | 101011 | 1010101 |
Color Harmonies of #C8E9D8
Complementary color
Monochromatic Colors of #C8E9D8
Black with #C8E9D8
Text Example
Text Example
White with #C8E9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E9D8; }
p { color: rgb(200,233,216); }
H1.HeaderClassName
{
color: #C8E9D8;
}
.AnyTagClassName
{
color: #C8E9D8;
}
</style>
background-color css
<style>
a { background-color: #C8E9D8; }
a { background-color: rgb(200,233,216); }
div.DivClassName
{
background-color: #C8E9D8;
}
.BgClassName
{
background-color: #C8E9D8;
}
</style>
border-color css
<style>
span { border-color: #C8E9D8; }
span { border-color: rgb(200,233,216); }
td.TdClassName
{
border-color: #C8E9D8;
}
.TagClassName
{
border-color: #C8E9D8;
}
</style>