Shades of Aero Blue #C8ECD8
Tints of Aero Blue #C8ECD8
RGB
CMYK
RGB Variations
Color information
#C8ECD8 (or 0xC8ECD8) is known color: Aero Blue. HEX triplet: C8, EC and D8. RGB value is (200,236,216). Sum of RGB (Red+Green+Blue) = 200+236+216=652 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.67% from 652); Green value is 236 (92.58% from 255 or 36.20% from 652); Blue value is 216 (84.77% from 255 or 33.13% from 652); Max value from RGB is 236 - color contains mainly: green. Hex color #C8ECD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8ECD8 is #371327. Grayscale: #DEDEDE. Windows color (decimal): -3609384 or 14216392. OLE color: 14216392.
HSL color Cylindrical-coordinate representation of color #C8ECD8: hue angle of 146.67º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8ECD8 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 236 | 216 | - |
| CMYK | 0.15 | 0 | 0.08 | 0.07 |
| HSL | 146.67º | 0.49% | 0.85% | - |
| HSV(B) | 146.67º | 0.15% | 0.93% | - |
| XYZ | 66.21 | 77.23 | 76.38 | - |
| YUV | 222.96 | 124.07 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 236 | 216 | 0.15 | 0 | 0.08 | 0.07 | 146.67 | 0.49 | 0.85 |
| Hex | C8 | EC | D8 | F | 0 | 8 | 7 | 93 | 31 | 55 |
| Octal | 310 | 354 | 330 | 17 | 0 | 10 | 7 | 223 | 61 | 125 |
| Binary | 11001000 | 11101100 | 11011000 | 1111 | 0 | 1000 | 111 | 10010011 | 110001 | 1010101 |
Color Harmonies of #C8ECD8
Complementary color
Monochromatic Colors of #C8ECD8
Black with #C8ECD8
Text Example
Text Example
White with #C8ECD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ECD8; }
p { color: rgb(200,236,216); }
H1.HeaderClassName
{
color: #C8ECD8;
}
.AnyTagClassName
{
color: #C8ECD8;
}
</style>
background-color css
<style>
a { background-color: #C8ECD8; }
a { background-color: rgb(200,236,216); }
div.DivClassName
{
background-color: #C8ECD8;
}
.BgClassName
{
background-color: #C8ECD8;
}
</style>
border-color css
<style>
span { border-color: #C8ECD8; }
span { border-color: rgb(200,236,216); }
td.TdClassName
{
border-color: #C8ECD8;
}
.TagClassName
{
border-color: #C8ECD8;
}
</style>