Shades of Aero Blue #C0DDD0
Tints of Aero Blue #C0DDD0
RGB
CMYK
RGB Variations
Color information
#C0DDD0 (or 0xC0DDD0) is known color: Aero Blue. HEX triplet: C0, DD and D0. RGB value is (192,221,208). Sum of RGB (Red+Green+Blue) = 192+221+208=621 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.92% from 621); Green value is 221 (86.72% from 255 or 35.59% from 621); Blue value is 208 (81.64% from 255 or 33.49% from 621); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DDD0 is #3F222F. Grayscale: #D2D2D2. Windows color (decimal): -4137520 or 13688256. OLE color: 13688256.
HSL color Cylindrical-coordinate representation of color #C0DDD0: hue angle of 153.1º 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 #C0DDD0 is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 221 | 208 | - |
| CMYK | 0.13 | 0 | 0.06 | 0.13 |
| HSL | 153.1º | 0.3% | 0.81% | - |
| HSV(B) | 153.1º | 0.13% | 0.87% | - |
| XYZ | 58.98 | 67.47 | 69.59 | - |
| YUV | 210.85 | 126.39 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 221 | 208 | 0.13 | 0 | 0.06 | 0.13 | 153.1 | 0.3 | 0.81 |
| Hex | C0 | DD | D0 | D | 0 | 6 | D | 99 | 1E | 51 |
| Octal | 300 | 335 | 320 | 15 | 0 | 6 | 15 | 231 | 36 | 121 |
| Binary | 11000000 | 11011101 | 11010000 | 1101 | 0 | 110 | 1101 | 10011001 | 11110 | 1010001 |
Color Harmonies of #C0DDD0
Complementary color
Monochromatic Colors of #C0DDD0
Black with #C0DDD0
Text Example
Text Example
White with #C0DDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DDD0; }
p { color: rgb(192,221,208); }
H1.HeaderClassName
{
color: #C0DDD0;
}
.AnyTagClassName
{
color: #C0DDD0;
}
</style>
background-color css
<style>
a { background-color: #C0DDD0; }
a { background-color: rgb(192,221,208); }
div.DivClassName
{
background-color: #C0DDD0;
}
.BgClassName
{
background-color: #C0DDD0;
}
</style>
border-color css
<style>
span { border-color: #C0DDD0; }
span { border-color: rgb(192,221,208); }
td.TdClassName
{
border-color: #C0DDD0;
}
.TagClassName
{
border-color: #C0DDD0;
}
</style>