Shades of Aero Blue #C0DACD
Tints of Aero Blue #C0DACD
RGB
CMYK
RGB Variations
Color information
#C0DACD (or 0xC0DACD) is known color: Aero Blue. HEX triplet: C0, DA and CD. RGB value is (192,218,205). Sum of RGB (Red+Green+Blue) = 192+218+205=615 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.22% from 615); Green value is 218 (85.55% from 255 or 35.45% from 615); Blue value is 205 (80.47% from 255 or 33.33% from 615); Max value from RGB is 218 - color contains mainly: green. Hex color #C0DACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DACD is #3F2532. Grayscale: #D0D0D0. Windows color (decimal): -4138291 or 13490880. OLE color: 13490880.
HSL color Cylindrical-coordinate representation of color #C0DACD: hue angle of 150º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C0DACD is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
RGB | 192 | 218 | 205 | - |
CMYK | 0.12 | 0 | 0.06 | 0.15 |
HSL | 150º | 0.26% | 0.8% | - |
HSV(B) | 150º | 0.12% | 0.85% | - |
XYZ | 57.83 | 65.76 | 67.4 | - |
YUV | 208.74 | 125.89 | 116.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 218 | 205 | 0.12 | 0 | 0.06 | 0.15 | 150 | 0.26 | 0.8 |
Hex | C0 | DA | CD | C | 0 | 6 | F | 96 | 1A | 50 |
Octal | 300 | 332 | 315 | 14 | 0 | 6 | 17 | 226 | 32 | 120 |
Binary | 11000000 | 11011010 | 11001101 | 1100 | 0 | 110 | 1111 | 10010110 | 11010 | 1010000 |
Color Harmonies of #C0DACD
Complementary color
Monochromatic Colors of #C0DACD
Black with #C0DACD
Text Example
Text Example
White with #C0DACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DACD; }
p { color: rgb(192,218,205); }
H1.HeaderClassName
{
color: #C0DACD;
}
.AnyTagClassName
{
color: #C0DACD;
}
</style>
background-color css
<style>
a { background-color: #C0DACD; }
a { background-color: rgb(192,218,205); }
div.DivClassName
{
background-color: #C0DACD;
}
.BgClassName
{
background-color: #C0DACD;
}
</style>
border-color css
<style>
span { border-color: #C0DACD; }
span { border-color: rgb(192,218,205); }
td.TdClassName
{
border-color: #C0DACD;
}
.TagClassName
{
border-color: #C0DACD;
}
</style>