Shades of Aero Blue #C8ECD7
Tints of Aero Blue #C8ECD7
RGB
CMYK
RGB Variations
Color information
#C8ECD7 (or 0xC8ECD7) is known color: Aero Blue. HEX triplet: C8, EC and D7. RGB value is (200,236,215). Sum of RGB (Red+Green+Blue) = 200+236+215=651 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.72% from 651); Green value is 236 (92.58% from 255 or 36.25% from 651); Blue value is 215 (84.38% from 255 or 33.03% from 651); Max value from RGB is 236 - color contains mainly: green. Hex color #C8ECD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8ECD7 is #371328. Grayscale: #DEDEDE. Windows color (decimal): -3609385 or 14150856. OLE color: 14150856.
HSL color Cylindrical-coordinate representation of color #C8ECD7: hue angle of 145º 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 #C8ECD7 is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 236 | 215 | - |
| CMYK | 0.15 | 0 | 0.09 | 0.07 |
| HSL | 145º | 0.49% | 0.85% | - |
| HSV(B) | 145º | 0.15% | 0.93% | - |
| XYZ | 66.08 | 77.18 | 75.7 | - |
| YUV | 222.84 | 123.57 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 236 | 215 | 0.15 | 0 | 0.09 | 0.07 | 145 | 0.49 | 0.85 |
| Hex | C8 | EC | D7 | F | 0 | 9 | 7 | 91 | 31 | 55 |
| Octal | 310 | 354 | 327 | 17 | 0 | 11 | 7 | 221 | 61 | 125 |
| Binary | 11001000 | 11101100 | 11010111 | 1111 | 0 | 1001 | 111 | 10010001 | 110001 | 1010101 |
Color Harmonies of #C8ECD7
Complementary color
Monochromatic Colors of #C8ECD7
Black with #C8ECD7
Text Example
Text Example
White with #C8ECD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ECD7; }
p { color: rgb(200,236,215); }
H1.HeaderClassName
{
color: #C8ECD7;
}
.AnyTagClassName
{
color: #C8ECD7;
}
</style>
background-color css
<style>
a { background-color: #C8ECD7; }
a { background-color: rgb(200,236,215); }
div.DivClassName
{
background-color: #C8ECD7;
}
.BgClassName
{
background-color: #C8ECD7;
}
</style>
border-color css
<style>
span { border-color: #C8ECD7; }
span { border-color: rgb(200,236,215); }
td.TdClassName
{
border-color: #C8ECD7;
}
.TagClassName
{
border-color: #C8ECD7;
}
</style>