Shades of Aero Blue #C0DCCC
Tints of Aero Blue #C0DCCC
RGB
CMYK
RGB Variations
Color information
#C0DCCC (or 0xC0DCCC) is known color: Aero Blue. HEX triplet: C0, DC and CC. RGB value is (192,220,204). Sum of RGB (Red+Green+Blue) = 192+220+204=616 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.17% from 616); Green value is 220 (86.33% from 255 or 35.71% from 616); Blue value is 204 (80.08% from 255 or 33.12% from 616); Max value from RGB is 220 - color contains mainly: green. Hex color #C0DCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DCCC is #3F2333. Grayscale: #D1D1D1. Windows color (decimal): -4137780 or 13425856. OLE color: 13425856.
HSL color Cylindrical-coordinate representation of color #C0DCCC: hue angle of 145.71º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0DCCC is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 220 | 204 | - |
| CMYK | 0.13 | 0 | 0.07 | 0.14 |
| HSL | 145.71º | 0.29% | 0.81% | - |
| HSV(B) | 145.71º | 0.13% | 0.86% | - |
| XYZ | 58.23 | 66.75 | 66.94 | - |
| YUV | 209.8 | 124.72 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 220 | 204 | 0.13 | 0 | 0.07 | 0.14 | 145.71 | 0.29 | 0.81 |
| Hex | C0 | DC | CC | D | 0 | 7 | E | 92 | 1D | 51 |
| Octal | 300 | 334 | 314 | 15 | 0 | 7 | 16 | 222 | 35 | 121 |
| Binary | 11000000 | 11011100 | 11001100 | 1101 | 0 | 111 | 1110 | 10010010 | 11101 | 1010001 |
Color Harmonies of #C0DCCC
Complementary color
Monochromatic Colors of #C0DCCC
Black with #C0DCCC
Text Example
Text Example
White with #C0DCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DCCC; }
p { color: rgb(192,220,204); }
H1.HeaderClassName
{
color: #C0DCCC;
}
.AnyTagClassName
{
color: #C0DCCC;
}
</style>
background-color css
<style>
a { background-color: #C0DCCC; }
a { background-color: rgb(192,220,204); }
div.DivClassName
{
background-color: #C0DCCC;
}
.BgClassName
{
background-color: #C0DCCC;
}
</style>
border-color css
<style>
span { border-color: #C0DCCC; }
span { border-color: rgb(192,220,204); }
td.TdClassName
{
border-color: #C0DCCC;
}
.TagClassName
{
border-color: #C0DCCC;
}
</style>