Shades of Aero Blue #C0DDD1
Tints of Aero Blue #C0DDD1
RGB
CMYK
RGB Variations
Color information
#C0DDD1 (or 0xC0DDD1) is known color: Aero Blue. HEX triplet: C0, DD and D1. RGB value is (192,221,209). Sum of RGB (Red+Green+Blue) = 192+221+209=622 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.87% from 622); Green value is 221 (86.72% from 255 or 35.53% from 622); Blue value is 209 (82.03% from 255 or 33.60% from 622); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DDD1 is #3F222E. Grayscale: #D2D2D2. Windows color (decimal): -4137519 or 13753792. OLE color: 13753792.
HSL color Cylindrical-coordinate representation of color #C0DDD1: hue angle of 155.17º 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 #C0DDD1 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 221 | 209 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.13 |
| HSL | 155.17º | 0.3% | 0.81% | - |
| HSV(B) | 155.17º | 0.13% | 0.87% | - |
| XYZ | 59.1 | 67.52 | 70.24 | - |
| YUV | 210.96 | 126.89 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 221 | 209 | 0.13 | 0 | 0.05 | 0.13 | 155.17 | 0.3 | 0.81 |
| Hex | C0 | DD | D1 | D | 0 | 5 | D | 9B | 1E | 51 |
| Octal | 300 | 335 | 321 | 15 | 0 | 5 | 15 | 233 | 36 | 121 |
| Binary | 11000000 | 11011101 | 11010001 | 1101 | 0 | 101 | 1101 | 10011011 | 11110 | 1010001 |
Color Harmonies of #C0DDD1
Complementary color
Monochromatic Colors of #C0DDD1
Black with #C0DDD1
Text Example
Text Example
White with #C0DDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DDD1; }
p { color: rgb(192,221,209); }
H1.HeaderClassName
{
color: #C0DDD1;
}
.AnyTagClassName
{
color: #C0DDD1;
}
</style>
background-color css
<style>
a { background-color: #C0DDD1; }
a { background-color: rgb(192,221,209); }
div.DivClassName
{
background-color: #C0DDD1;
}
.BgClassName
{
background-color: #C0DDD1;
}
</style>
border-color css
<style>
span { border-color: #C0DDD1; }
span { border-color: rgb(192,221,209); }
td.TdClassName
{
border-color: #C0DDD1;
}
.TagClassName
{
border-color: #C0DDD1;
}
</style>