Shades of Aero Blue #C0DCD0
Tints of Aero Blue #C0DCD0
RGB
CMYK
RGB Variations
Color information
#C0DCD0 (or 0xC0DCD0) is known color: Aero Blue. HEX triplet: C0, DC and D0. RGB value is (192,220,208). Sum of RGB (Red+Green+Blue) = 192+220+208=620 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.97% from 620); Green value is 220 (86.33% from 255 or 35.48% from 620); Blue value is 208 (81.64% from 255 or 33.55% from 620); Max value from RGB is 220 - color contains mainly: green. Hex color #C0DCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DCD0 is #3F232F. Grayscale: #D2D2D2. Windows color (decimal): -4137776 or 13688000. OLE color: 13688000.
HSL color Cylindrical-coordinate representation of color #C0DCD0: hue angle of 154.29º 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 #C0DCD0 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
RGB | 192 | 220 | 208 | - |
CMYK | 0.13 | 0 | 0.05 | 0.14 |
HSL | 154.29º | 0.29% | 0.81% | - |
HSV(B) | 154.29º | 0.13% | 0.86% | - |
XYZ | 58.72 | 66.95 | 69.5 | - |
YUV | 210.26 | 126.72 | 114.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 220 | 208 | 0.13 | 0 | 0.05 | 0.14 | 154.29 | 0.29 | 0.81 |
Hex | C0 | DC | D0 | D | 0 | 5 | E | 9A | 1D | 51 |
Octal | 300 | 334 | 320 | 15 | 0 | 5 | 16 | 232 | 35 | 121 |
Binary | 11000000 | 11011100 | 11010000 | 1101 | 0 | 101 | 1110 | 10011010 | 11101 | 1010001 |
Color Harmonies of #C0DCD0
Complementary color
Monochromatic Colors of #C0DCD0
Black with #C0DCD0
Text Example
Text Example
White with #C0DCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DCD0; }
p { color: rgb(192,220,208); }
H1.HeaderClassName
{
color: #C0DCD0;
}
.AnyTagClassName
{
color: #C0DCD0;
}
</style>
background-color css
<style>
a { background-color: #C0DCD0; }
a { background-color: rgb(192,220,208); }
div.DivClassName
{
background-color: #C0DCD0;
}
.BgClassName
{
background-color: #C0DCD0;
}
</style>
border-color css
<style>
span { border-color: #C0DCD0; }
span { border-color: rgb(192,220,208); }
td.TdClassName
{
border-color: #C0DCD0;
}
.TagClassName
{
border-color: #C0DCD0;
}
</style>