Shades of Aero Blue #C8E7D4
Tints of Aero Blue #C8E7D4
RGB
CMYK
RGB Variations
Color information
#C8E7D4 (or 0xC8E7D4) is known color: Aero Blue. HEX triplet: C8, E7 and D4. RGB value is (200,231,212). Sum of RGB (Red+Green+Blue) = 200+231+212=643 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.10% from 643); Green value is 231 (90.62% from 255 or 35.93% from 643); Blue value is 212 (83.20% from 255 or 32.97% from 643); Max value from RGB is 231 - color contains mainly: green. Hex color #C8E7D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8E7D4 is #37182B. Grayscale: #DBDBDB. Windows color (decimal): -3610668 or 13952968. OLE color: 13952968.
HSL color Cylindrical-coordinate representation of color #C8E7D4: hue angle of 143.23º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C8E7D4 is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 231 | 212 | - |
| CMYK | 0.13 | 0 | 0.08 | 0.09 |
| HSL | 143.23º | 0.39% | 0.85% | - |
| HSV(B) | 143.23º | 0.13% | 0.91% | - |
| XYZ | 64.28 | 74.18 | 73.22 | - |
| YUV | 219.57 | 123.73 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 231 | 212 | 0.13 | 0 | 0.08 | 0.09 | 143.23 | 0.39 | 0.85 |
| Hex | C8 | E7 | D4 | D | 0 | 8 | 9 | 8F | 27 | 55 |
| Octal | 310 | 347 | 324 | 15 | 0 | 10 | 11 | 217 | 47 | 125 |
| Binary | 11001000 | 11100111 | 11010100 | 1101 | 0 | 1000 | 1001 | 10001111 | 100111 | 1010101 |
Color Harmonies of #C8E7D4
Complementary color
Monochromatic Colors of #C8E7D4
Black with #C8E7D4
Text Example
Text Example
White with #C8E7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E7D4; }
p { color: rgb(200,231,212); }
H1.HeaderClassName
{
color: #C8E7D4;
}
.AnyTagClassName
{
color: #C8E7D4;
}
</style>
background-color css
<style>
a { background-color: #C8E7D4; }
a { background-color: rgb(200,231,212); }
div.DivClassName
{
background-color: #C8E7D4;
}
.BgClassName
{
background-color: #C8E7D4;
}
</style>
border-color css
<style>
span { border-color: #C8E7D4; }
span { border-color: rgb(200,231,212); }
td.TdClassName
{
border-color: #C8E7D4;
}
.TagClassName
{
border-color: #C8E7D4;
}
</style>