Shades of Aero Blue #C0DBCD
Tints of Aero Blue #C0DBCD
RGB
CMYK
RGB Variations
Color information
#C0DBCD (or 0xC0DBCD) is known color: Aero Blue. HEX triplet: C0, DB and CD. RGB value is (192,219,205). Sum of RGB (Red+Green+Blue) = 192+219+205=616 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.17% from 616); Green value is 219 (85.94% from 255 or 35.55% from 616); Blue value is 205 (80.47% from 255 or 33.28% from 616); Max value from RGB is 219 - color contains mainly: green. Hex color #C0DBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DBCD is #3F2432. Grayscale: #D1D1D1. Windows color (decimal): -4138035 or 13491136. OLE color: 13491136.
HSL color Cylindrical-coordinate representation of color #C0DBCD: hue angle of 148.89º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C0DBCD is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 219 | 205 | - |
| CMYK | 0.12 | 0 | 0.06 | 0.14 |
| HSL | 148.89º | 0.27% | 0.81% | - |
| HSV(B) | 148.89º | 0.12% | 0.86% | - |
| XYZ | 58.09 | 66.28 | 67.49 | - |
| YUV | 209.33 | 125.55 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 219 | 205 | 0.12 | 0 | 0.06 | 0.14 | 148.89 | 0.27 | 0.81 |
| Hex | C0 | DB | CD | C | 0 | 6 | E | 95 | 1B | 51 |
| Octal | 300 | 333 | 315 | 14 | 0 | 6 | 16 | 225 | 33 | 121 |
| Binary | 11000000 | 11011011 | 11001101 | 1100 | 0 | 110 | 1110 | 10010101 | 11011 | 1010001 |
Color Harmonies of #C0DBCD
Complementary color
Monochromatic Colors of #C0DBCD
Black with #C0DBCD
Text Example
Text Example
White with #C0DBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DBCD; }
p { color: rgb(192,219,205); }
H1.HeaderClassName
{
color: #C0DBCD;
}
.AnyTagClassName
{
color: #C0DBCD;
}
</style>
background-color css
<style>
a { background-color: #C0DBCD; }
a { background-color: rgb(192,219,205); }
div.DivClassName
{
background-color: #C0DBCD;
}
.BgClassName
{
background-color: #C0DBCD;
}
</style>
border-color css
<style>
span { border-color: #C0DBCD; }
span { border-color: rgb(192,219,205); }
td.TdClassName
{
border-color: #C0DBCD;
}
.TagClassName
{
border-color: #C0DBCD;
}
</style>