Shades of Aero Blue #C0E0CD
Tints of Aero Blue #C0E0CD
RGB
CMYK
RGB Variations
Color information
#C0E0CD (or 0xC0E0CD) is known color: Aero Blue. HEX triplet: C0, E0 and CD. RGB value is (192,224,205). Sum of RGB (Red+Green+Blue) = 192+224+205=621 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.92% from 621); Green value is 224 (87.89% from 255 or 36.07% from 621); Blue value is 205 (80.47% from 255 or 33.01% from 621); Max value from RGB is 224 - color contains mainly: green. Hex color #C0E0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0E0CD is #3F1F32. Grayscale: #D4D4D4. Windows color (decimal): -4136755 or 13492416. OLE color: 13492416.
HSL color Cylindrical-coordinate representation of color #C0E0CD: hue angle of 144.38º degrees, saturation: 0.34, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0E0CD is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 224 | 205 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.12 |
| HSL | 144.38º | 0.34% | 0.82% | - |
| HSV(B) | 144.38º | 0.14% | 0.88% | - |
| XYZ | 59.41 | 68.93 | 67.93 | - |
| YUV | 212.27 | 123.9 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 224 | 205 | 0.14 | 0 | 0.08 | 0.12 | 144.38 | 0.34 | 0.82 |
| Hex | C0 | E0 | CD | E | 0 | 8 | C | 90 | 22 | 52 |
| Octal | 300 | 340 | 315 | 16 | 0 | 10 | 14 | 220 | 42 | 122 |
| Binary | 11000000 | 11100000 | 11001101 | 1110 | 0 | 1000 | 1100 | 10010000 | 100010 | 1010010 |
Color Harmonies of #C0E0CD
Complementary color
Monochromatic Colors of #C0E0CD
Black with #C0E0CD
Text Example
Text Example
White with #C0E0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E0CD; }
p { color: rgb(192,224,205); }
H1.HeaderClassName
{
color: #C0E0CD;
}
.AnyTagClassName
{
color: #C0E0CD;
}
</style>
background-color css
<style>
a { background-color: #C0E0CD; }
a { background-color: rgb(192,224,205); }
div.DivClassName
{
background-color: #C0E0CD;
}
.BgClassName
{
background-color: #C0E0CD;
}
</style>
border-color css
<style>
span { border-color: #C0E0CD; }
span { border-color: rgb(192,224,205); }
td.TdClassName
{
border-color: #C0E0CD;
}
.TagClassName
{
border-color: #C0E0CD;
}
</style>