Shades of Aero Blue #C8E6D7
Tints of Aero Blue #C8E6D7
RGB
CMYK
RGB Variations
Color information
#C8E6D7 (or 0xC8E6D7) is known color: Aero Blue. HEX triplet: C8, E6 and D7. RGB value is (200,230,215). Sum of RGB (Red+Green+Blue) = 200+230+215=645 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.01% from 645); Green value is 230 (90.23% from 255 or 35.66% from 645); Blue value is 215 (84.38% from 255 or 33.33% from 645); Max value from RGB is 230 - color contains mainly: green. Hex color #C8E6D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8E6D7 is #371928. Grayscale: #DBDBDB. Windows color (decimal): -3610921 or 14149320. OLE color: 14149320.
HSL color Cylindrical-coordinate representation of color #C8E6D7: hue angle of 150º degrees, saturation: 0.38, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C8E6D7 is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 200 | 230 | 215 | - |
| CMYK | 0.13 | 0 | 0.07 | 0.10 |
| HSL | 150º | 0.38% | 0.84% | - |
| HSV(B) | 150º | 0.13% | 0.9% | - |
| XYZ | 64.38 | 73.78 | 75.14 | - |
| YUV | 219.32 | 125.56 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 230 | 215 | 0.13 | 0 | 0.07 | 0.10 | 150 | 0.38 | 0.84 |
| Hex | C8 | E6 | D7 | D | 0 | 7 | A | 96 | 26 | 54 |
| Octal | 310 | 346 | 327 | 15 | 0 | 7 | 12 | 226 | 46 | 124 |
| Binary | 11001000 | 11100110 | 11010111 | 1101 | 0 | 111 | 1010 | 10010110 | 100110 | 1010100 |
Color Harmonies of #C8E6D7
Complementary color
Monochromatic Colors of #C8E6D7
Black with #C8E6D7
Text Example
Text Example
White with #C8E6D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E6D7; }
p { color: rgb(200,230,215); }
H1.HeaderClassName
{
color: #C8E6D7;
}
.AnyTagClassName
{
color: #C8E6D7;
}
</style>
background-color css
<style>
a { background-color: #C8E6D7; }
a { background-color: rgb(200,230,215); }
div.DivClassName
{
background-color: #C8E6D7;
}
.BgClassName
{
background-color: #C8E6D7;
}
</style>
border-color css
<style>
span { border-color: #C8E6D7; }
span { border-color: rgb(200,230,215); }
td.TdClassName
{
border-color: #C8E6D7;
}
.TagClassName
{
border-color: #C8E6D7;
}
</style>