Shades of Aero Blue #C0DCCE
Tints of Aero Blue #C0DCCE
RGB
CMYK
RGB Variations
Color information
#C0DCCE (or 0xC0DCCE) is known color: Aero Blue. HEX triplet: C0, DC and CE. RGB value is (192,220,206). Sum of RGB (Red+Green+Blue) = 192+220+206=618 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.07% from 618); Green value is 220 (86.33% from 255 or 35.60% from 618); Blue value is 206 (80.86% from 255 or 33.33% from 618); Max value from RGB is 220 - color contains mainly: green. Hex color #C0DCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DCCE is #3F2331. Grayscale: #D2D2D2. Windows color (decimal): -4137778 or 13556928. OLE color: 13556928.
HSL color Cylindrical-coordinate representation of color #C0DCCE: hue angle of 150º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0DCCE is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
RGB | 192 | 220 | 206 | - |
CMYK | 0.13 | 0 | 0.06 | 0.14 |
HSL | 150º | 0.29% | 0.81% | - |
HSV(B) | 150º | 0.13% | 0.86% | - |
XYZ | 58.47 | 66.85 | 68.21 | - |
YUV | 210.03 | 125.72 | 115.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 220 | 206 | 0.13 | 0 | 0.06 | 0.14 | 150 | 0.29 | 0.81 |
Hex | C0 | DC | CE | D | 0 | 6 | E | 96 | 1D | 51 |
Octal | 300 | 334 | 316 | 15 | 0 | 6 | 16 | 226 | 35 | 121 |
Binary | 11000000 | 11011100 | 11001110 | 1101 | 0 | 110 | 1110 | 10010110 | 11101 | 1010001 |
Color Harmonies of #C0DCCE
Complementary color
Monochromatic Colors of #C0DCCE
Black with #C0DCCE
Text Example
Text Example
White with #C0DCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DCCE; }
p { color: rgb(192,220,206); }
H1.HeaderClassName
{
color: #C0DCCE;
}
.AnyTagClassName
{
color: #C0DCCE;
}
</style>
background-color css
<style>
a { background-color: #C0DCCE; }
a { background-color: rgb(192,220,206); }
div.DivClassName
{
background-color: #C0DCCE;
}
.BgClassName
{
background-color: #C0DCCE;
}
</style>
border-color css
<style>
span { border-color: #C0DCCE; }
span { border-color: rgb(192,220,206); }
td.TdClassName
{
border-color: #C0DCCE;
}
.TagClassName
{
border-color: #C0DCCE;
}
</style>