Shades of Aero Blue #C8EBD9
Tints of Aero Blue #C8EBD9
RGB
CMYK
RGB Variations
Color information
#C8EBD9 (or 0xC8EBD9) is known color: Aero Blue. HEX triplet: C8, EB and D9. RGB value is (200,235,217). Sum of RGB (Red+Green+Blue) = 200+235+217=652 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.67% from 652); Green value is 235 (92.19% from 255 or 36.04% from 652); Blue value is 217 (85.16% from 255 or 33.28% from 652); Max value from RGB is 235 - color contains mainly: green. Hex color #C8EBD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EBD9 is #371426. Grayscale: #DEDEDE. Windows color (decimal): -3609639 or 14281672. OLE color: 14281672.
HSL color Cylindrical-coordinate representation of color #C8EBD9: hue angle of 149.14º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8EBD9 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 235 | 217 | - |
| CMYK | 0.15 | 0 | 0.08 | 0.08 |
| HSL | 149.14º | 0.47% | 0.85% | - |
| HSV(B) | 149.14º | 0.15% | 0.92% | - |
| XYZ | 66.05 | 76.71 | 76.97 | - |
| YUV | 222.48 | 124.9 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 235 | 217 | 0.15 | 0 | 0.08 | 0.08 | 149.14 | 0.47 | 0.85 |
| Hex | C8 | EB | D9 | F | 0 | 8 | 8 | 95 | 2F | 55 |
| Octal | 310 | 353 | 331 | 17 | 0 | 10 | 10 | 225 | 57 | 125 |
| Binary | 11001000 | 11101011 | 11011001 | 1111 | 0 | 1000 | 1000 | 10010101 | 101111 | 1010101 |
Color Harmonies of #C8EBD9
Complementary color
Monochromatic Colors of #C8EBD9
Black with #C8EBD9
Text Example
Text Example
White with #C8EBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EBD9; }
p { color: rgb(200,235,217); }
H1.HeaderClassName
{
color: #C8EBD9;
}
.AnyTagClassName
{
color: #C8EBD9;
}
</style>
background-color css
<style>
a { background-color: #C8EBD9; }
a { background-color: rgb(200,235,217); }
div.DivClassName
{
background-color: #C8EBD9;
}
.BgClassName
{
background-color: #C8EBD9;
}
</style>
border-color css
<style>
span { border-color: #C8EBD9; }
span { border-color: rgb(200,235,217); }
td.TdClassName
{
border-color: #C8EBD9;
}
.TagClassName
{
border-color: #C8EBD9;
}
</style>