Shades of Aero Blue #C0DDCC
Tints of Aero Blue #C0DDCC
RGB
CMYK
RGB Variations
Color information
#C0DDCC (or 0xC0DDCC) is known color: Aero Blue. HEX triplet: C0, DD and CC. RGB value is (192,221,204). Sum of RGB (Red+Green+Blue) = 192+221+204=617 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.12% from 617); Green value is 221 (86.72% from 255 or 35.82% from 617); Blue value is 204 (80.08% from 255 or 33.06% from 617); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DDCC is #3F2233. Grayscale: #D2D2D2. Windows color (decimal): -4137524 or 13426112. OLE color: 13426112.
HSL color Cylindrical-coordinate representation of color #C0DDCC: hue angle of 144.83º degrees, saturation: 0.3, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0DDCC is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 221 | 204 | - |
| CMYK | 0.13 | 0 | 0.08 | 0.13 |
| HSL | 144.83º | 0.3% | 0.81% | - |
| HSV(B) | 144.83º | 0.13% | 0.87% | - |
| XYZ | 58.49 | 67.28 | 67.03 | - |
| YUV | 210.39 | 124.39 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 221 | 204 | 0.13 | 0 | 0.08 | 0.13 | 144.83 | 0.3 | 0.81 |
| Hex | C0 | DD | CC | D | 0 | 8 | D | 91 | 1E | 51 |
| Octal | 300 | 335 | 314 | 15 | 0 | 10 | 15 | 221 | 36 | 121 |
| Binary | 11000000 | 11011101 | 11001100 | 1101 | 0 | 1000 | 1101 | 10010001 | 11110 | 1010001 |
Color Harmonies of #C0DDCC
Complementary color
Monochromatic Colors of #C0DDCC
Black with #C0DDCC
Text Example
Text Example
White with #C0DDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DDCC; }
p { color: rgb(192,221,204); }
H1.HeaderClassName
{
color: #C0DDCC;
}
.AnyTagClassName
{
color: #C0DDCC;
}
</style>
background-color css
<style>
a { background-color: #C0DDCC; }
a { background-color: rgb(192,221,204); }
div.DivClassName
{
background-color: #C0DDCC;
}
.BgClassName
{
background-color: #C0DDCC;
}
</style>
border-color css
<style>
span { border-color: #C0DDCC; }
span { border-color: rgb(192,221,204); }
td.TdClassName
{
border-color: #C0DDCC;
}
.TagClassName
{
border-color: #C0DDCC;
}
</style>