Shades of Aero Blue #C8ECD9
Tints of Aero Blue #C8ECD9
RGB
CMYK
RGB Variations
Color information
#C8ECD9 (or 0xC8ECD9) is known color: Aero Blue. HEX triplet: C8, EC and D9. RGB value is (200,236,217). Sum of RGB (Red+Green+Blue) = 200+236+217=653 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.63% from 653); Green value is 236 (92.58% from 255 or 36.14% from 653); Blue value is 217 (85.16% from 255 or 33.23% from 653); Max value from RGB is 236 - color contains mainly: green. Hex color #C8ECD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8ECD9 is #371326. Grayscale: #DFDFDF. Windows color (decimal): -3609383 or 14281928. OLE color: 14281928.
HSL color Cylindrical-coordinate representation of color #C8ECD9: hue angle of 148.33º 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 #C8ECD9 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 200 | 236 | 217 | - |
CMYK | 0.15 | 0 | 0.08 | 0.07 |
HSL | 148.33º | 0.49% | 0.85% | - |
HSV(B) | 148.33º | 0.15% | 0.93% | - |
XYZ | 66.34 | 77.28 | 77.07 | - |
YUV | 223.07 | 124.57 | 111.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 236 | 217 | 0.15 | 0 | 0.08 | 0.07 | 148.33 | 0.49 | 0.85 |
Hex | C8 | EC | D9 | F | 0 | 8 | 7 | 94 | 31 | 55 |
Octal | 310 | 354 | 331 | 17 | 0 | 10 | 7 | 224 | 61 | 125 |
Binary | 11001000 | 11101100 | 11011001 | 1111 | 0 | 1000 | 111 | 10010100 | 110001 | 1010101 |
Color Harmonies of #C8ECD9
Complementary color
Monochromatic Colors of #C8ECD9
Black with #C8ECD9
Text Example
Text Example
White with #C8ECD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ECD9; }
p { color: rgb(200,236,217); }
H1.HeaderClassName
{
color: #C8ECD9;
}
.AnyTagClassName
{
color: #C8ECD9;
}
</style>
background-color css
<style>
a { background-color: #C8ECD9; }
a { background-color: rgb(200,236,217); }
div.DivClassName
{
background-color: #C8ECD9;
}
.BgClassName
{
background-color: #C8ECD9;
}
</style>
border-color css
<style>
span { border-color: #C8ECD9; }
span { border-color: rgb(200,236,217); }
td.TdClassName
{
border-color: #C8ECD9;
}
.TagClassName
{
border-color: #C8ECD9;
}
</style>