Shades of Aero Blue #C0DBCC
Tints of Aero Blue #C0DBCC
RGB
CMYK
RGB Variations
Color information
#C0DBCC (or 0xC0DBCC) is known color: Aero Blue. HEX triplet: C0, DB and CC. RGB value is (192,219,204). Sum of RGB (Red+Green+Blue) = 192+219+204=615 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.22% from 615); Green value is 219 (85.94% from 255 or 35.61% from 615); Blue value is 204 (80.08% from 255 or 33.17% from 615); Max value from RGB is 219 - color contains mainly: green. Hex color #C0DBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DBCC is #3F2433. Grayscale: #D1D1D1. Windows color (decimal): -4138036 or 13425600. OLE color: 13425600.
HSL color Cylindrical-coordinate representation of color #C0DBCC: hue angle of 146.67º 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 #C0DBCC is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 219 | 204 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.14 |
| HSL | 146.67º | 0.27% | 0.81% | - |
| HSV(B) | 146.67º | 0.12% | 0.86% | - |
| XYZ | 57.97 | 66.23 | 66.85 | - |
| YUV | 209.22 | 125.05 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 219 | 204 | 0.12 | 0 | 0.07 | 0.14 | 146.67 | 0.27 | 0.81 |
| Hex | C0 | DB | CC | C | 0 | 7 | E | 93 | 1B | 51 |
| Octal | 300 | 333 | 314 | 14 | 0 | 7 | 16 | 223 | 33 | 121 |
| Binary | 11000000 | 11011011 | 11001100 | 1100 | 0 | 111 | 1110 | 10010011 | 11011 | 1010001 |
Color Harmonies of #C0DBCC
Complementary color
Monochromatic Colors of #C0DBCC
Black with #C0DBCC
Text Example
Text Example
White with #C0DBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DBCC; }
p { color: rgb(192,219,204); }
H1.HeaderClassName
{
color: #C0DBCC;
}
.AnyTagClassName
{
color: #C0DBCC;
}
</style>
background-color css
<style>
a { background-color: #C0DBCC; }
a { background-color: rgb(192,219,204); }
div.DivClassName
{
background-color: #C0DBCC;
}
.BgClassName
{
background-color: #C0DBCC;
}
</style>
border-color css
<style>
span { border-color: #C0DBCC; }
span { border-color: rgb(192,219,204); }
td.TdClassName
{
border-color: #C0DBCC;
}
.TagClassName
{
border-color: #C0DBCC;
}
</style>