Shades of Aero Blue #C8E4D5
Tints of Aero Blue #C8E4D5
RGB
CMYK
RGB Variations
Color information
#C8E4D5 (or 0xC8E4D5) is known color: Aero Blue. HEX triplet: C8, E4 and D5. RGB value is (200,228,213). Sum of RGB (Red+Green+Blue) = 200+228+213=641 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.20% from 641); Green value is 228 (89.45% from 255 or 35.57% from 641); Blue value is 213 (83.59% from 255 or 33.23% from 641); Max value from RGB is 228 - color contains mainly: green. Hex color #C8E4D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8E4D5 is #371B2A. Grayscale: #D9D9D9. Windows color (decimal): -3611435 or 14017736. OLE color: 14017736.
HSL color Cylindrical-coordinate representation of color #C8E4D5: hue angle of 147.86º degrees, saturation: 0.34, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C8E4D5 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 228 | 213 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.11 |
| HSL | 147.86º | 0.34% | 0.84% | - |
| HSV(B) | 147.86º | 0.12% | 0.89% | - |
| XYZ | 63.57 | 72.57 | 73.61 | - |
| YUV | 217.92 | 125.22 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 228 | 213 | 0.12 | 0 | 0.07 | 0.11 | 147.86 | 0.34 | 0.84 |
| Hex | C8 | E4 | D5 | C | 0 | 7 | B | 94 | 22 | 54 |
| Octal | 310 | 344 | 325 | 14 | 0 | 7 | 13 | 224 | 42 | 124 |
| Binary | 11001000 | 11100100 | 11010101 | 1100 | 0 | 111 | 1011 | 10010100 | 100010 | 1010100 |
Color Harmonies of #C8E4D5
Complementary color
Monochromatic Colors of #C8E4D5
Black with #C8E4D5
Text Example
Text Example
White with #C8E4D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E4D5; }
p { color: rgb(200,228,213); }
H1.HeaderClassName
{
color: #C8E4D5;
}
.AnyTagClassName
{
color: #C8E4D5;
}
</style>
background-color css
<style>
a { background-color: #C8E4D5; }
a { background-color: rgb(200,228,213); }
div.DivClassName
{
background-color: #C8E4D5;
}
.BgClassName
{
background-color: #C8E4D5;
}
</style>
border-color css
<style>
span { border-color: #C8E4D5; }
span { border-color: rgb(200,228,213); }
td.TdClassName
{
border-color: #C8E4D5;
}
.TagClassName
{
border-color: #C8E4D5;
}
</style>