Shades of Aero Blue #C0DACE
Tints of Aero Blue #C0DACE
RGB
CMYK
RGB Variations
Color information
#C0DACE (or 0xC0DACE) is known color: Aero Blue. HEX triplet: C0, DA and CE. RGB value is (192,218,206). Sum of RGB (Red+Green+Blue) = 192+218+206=616 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.17% from 616); Green value is 218 (85.55% from 255 or 35.39% from 616); Blue value is 206 (80.86% from 255 or 33.44% from 616); Max value from RGB is 218 - color contains mainly: green. Hex color #C0DACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DACE is #3F2531. Grayscale: #D0D0D0. Windows color (decimal): -4138290 or 13556416. OLE color: 13556416.
HSL color Cylindrical-coordinate representation of color #C0DACE: hue angle of 152.31º 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 #C0DACE is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
RGB | 192 | 218 | 206 | - |
CMYK | 0.12 | 0 | 0.06 | 0.15 |
HSL | 152.31º | 0.26% | 0.8% | - |
HSV(B) | 152.31º | 0.12% | 0.85% | - |
XYZ | 57.95 | 65.81 | 68.04 | - |
YUV | 208.86 | 126.39 | 115.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 218 | 206 | 0.12 | 0 | 0.06 | 0.15 | 152.31 | 0.26 | 0.8 |
Hex | C0 | DA | CE | C | 0 | 6 | F | 98 | 1A | 50 |
Octal | 300 | 332 | 316 | 14 | 0 | 6 | 17 | 230 | 32 | 120 |
Binary | 11000000 | 11011010 | 11001110 | 1100 | 0 | 110 | 1111 | 10011000 | 11010 | 1010000 |
Color Harmonies of #C0DACE
Complementary color
Monochromatic Colors of #C0DACE
Black with #C0DACE
Text Example
Text Example
White with #C0DACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DACE; }
p { color: rgb(192,218,206); }
H1.HeaderClassName
{
color: #C0DACE;
}
.AnyTagClassName
{
color: #C0DACE;
}
</style>
background-color css
<style>
a { background-color: #C0DACE; }
a { background-color: rgb(192,218,206); }
div.DivClassName
{
background-color: #C0DACE;
}
.BgClassName
{
background-color: #C0DACE;
}
</style>
border-color css
<style>
span { border-color: #C0DACE; }
span { border-color: rgb(192,218,206); }
td.TdClassName
{
border-color: #C0DACE;
}
.TagClassName
{
border-color: #C0DACE;
}
</style>