Shades of Aero Blue #C0DBCF
Tints of Aero Blue #C0DBCF
RGB
CMYK
RGB Variations
Color information
#C0DBCF (or 0xC0DBCF) is known color: Aero Blue. HEX triplet: C0, DB and CF. RGB value is (192,219,207). Sum of RGB (Red+Green+Blue) = 192+219+207=618 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.07% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 207 (81.25% from 255 or 33.50% from 618); Max value from RGB is 219 - color contains mainly: green. Hex color #C0DBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DBCF is #3F2430. Grayscale: #D1D1D1. Windows color (decimal): -4138033 or 13622208. OLE color: 13622208.
HSL color Cylindrical-coordinate representation of color #C0DBCF: hue angle of 153.33º 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 #C0DBCF is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 219 | 207 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.14 |
| HSL | 153.33º | 0.27% | 0.81% | - |
| HSV(B) | 153.33º | 0.12% | 0.86% | - |
| XYZ | 58.33 | 66.37 | 68.77 | - |
| YUV | 209.56 | 126.55 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 219 | 207 | 0.12 | 0 | 0.05 | 0.14 | 153.33 | 0.27 | 0.81 |
| Hex | C0 | DB | CF | C | 0 | 5 | E | 99 | 1B | 51 |
| Octal | 300 | 333 | 317 | 14 | 0 | 5 | 16 | 231 | 33 | 121 |
| Binary | 11000000 | 11011011 | 11001111 | 1100 | 0 | 101 | 1110 | 10011001 | 11011 | 1010001 |
Color Harmonies of #C0DBCF
Complementary color
Monochromatic Colors of #C0DBCF
Black with #C0DBCF
Text Example
Text Example
White with #C0DBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DBCF; }
p { color: rgb(192,219,207); }
H1.HeaderClassName
{
color: #C0DBCF;
}
.AnyTagClassName
{
color: #C0DBCF;
}
</style>
background-color css
<style>
a { background-color: #C0DBCF; }
a { background-color: rgb(192,219,207); }
div.DivClassName
{
background-color: #C0DBCF;
}
.BgClassName
{
background-color: #C0DBCF;
}
</style>
border-color css
<style>
span { border-color: #C0DBCF; }
span { border-color: rgb(192,219,207); }
td.TdClassName
{
border-color: #C0DBCF;
}
.TagClassName
{
border-color: #C0DBCF;
}
</style>