Shades of Aero Blue #C0DDCE
Tints of Aero Blue #C0DDCE
RGB
CMYK
RGB Variations
Color information
#C0DDCE (or 0xC0DDCE) is known color: Aero Blue. HEX triplet: C0, DD and CE. RGB value is (192,221,206). Sum of RGB (Red+Green+Blue) = 192+221+206=619 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.02% from 619); Green value is 221 (86.72% from 255 or 35.70% from 619); Blue value is 206 (80.86% from 255 or 33.28% from 619); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DDCE is #3F2231. Grayscale: #D2D2D2. Windows color (decimal): -4137522 or 13557184. OLE color: 13557184.
HSL color Cylindrical-coordinate representation of color #C0DDCE: hue angle of 148.97º 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 #C0DDCE is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 221 | 206 | - |
| CMYK | 0.13 | 0 | 0.07 | 0.13 |
| HSL | 148.97º | 0.3% | 0.81% | - |
| HSV(B) | 148.97º | 0.13% | 0.87% | - |
| XYZ | 58.74 | 67.38 | 68.3 | - |
| YUV | 210.62 | 125.39 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 221 | 206 | 0.13 | 0 | 0.07 | 0.13 | 148.97 | 0.3 | 0.81 |
| Hex | C0 | DD | CE | D | 0 | 7 | D | 95 | 1E | 51 |
| Octal | 300 | 335 | 316 | 15 | 0 | 7 | 15 | 225 | 36 | 121 |
| Binary | 11000000 | 11011101 | 11001110 | 1101 | 0 | 111 | 1101 | 10010101 | 11110 | 1010001 |
Color Harmonies of #C0DDCE
Complementary color
Monochromatic Colors of #C0DDCE
Black with #C0DDCE
Text Example
Text Example
White with #C0DDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DDCE; }
p { color: rgb(192,221,206); }
H1.HeaderClassName
{
color: #C0DDCE;
}
.AnyTagClassName
{
color: #C0DDCE;
}
</style>
background-color css
<style>
a { background-color: #C0DDCE; }
a { background-color: rgb(192,221,206); }
div.DivClassName
{
background-color: #C0DDCE;
}
.BgClassName
{
background-color: #C0DDCE;
}
</style>
border-color css
<style>
span { border-color: #C0DDCE; }
span { border-color: rgb(192,221,206); }
td.TdClassName
{
border-color: #C0DDCE;
}
.TagClassName
{
border-color: #C0DDCE;
}
</style>