Shades of Aero Blue #C6D6CD
Tints of Aero Blue #C6D6CD
RGB
CMYK
RGB Variations
Color information
#C6D6CD (or 0xC6D6CD) is known color: Aero Blue. HEX triplet: C6, D6 and CD. RGB value is (198,214,205). Sum of RGB (Red+Green+Blue) = 198+214+205=617 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.09% from 617); Green value is 214 (83.98% from 255 or 34.68% from 617); Blue value is 205 (80.47% from 255 or 33.23% from 617); Max value from RGB is 214 - color contains mainly: green. Hex color #C6D6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D6CD is #392932. Grayscale: #D0D0D0. Windows color (decimal): -3746099 or 13489862. OLE color: 13489862.
HSL color Cylindrical-coordinate representation of color #C6D6CD: hue angle of 146.25º degrees, saturation: 0.16, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C6D6CD is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 214 | 205 | - |
| CMYK | 0.07 | 0 | 0.04 | 0.16 |
| HSL | 146.25º | 0.16% | 0.81% | - |
| HSV(B) | 146.25º | 0.07% | 0.84% | - |
| XYZ | 58.35 | 64.51 | 67.13 | - |
| YUV | 208.19 | 126.2 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 214 | 205 | 0.07 | 0 | 0.04 | 0.16 | 146.25 | 0.16 | 0.81 |
| Hex | C6 | D6 | CD | 7 | 0 | 4 | 10 | 92 | 10 | 51 |
| Octal | 306 | 326 | 315 | 7 | 0 | 4 | 20 | 222 | 20 | 121 |
| Binary | 11000110 | 11010110 | 11001101 | 111 | 0 | 100 | 10000 | 10010010 | 10000 | 1010001 |
Color Harmonies of #C6D6CD
Complementary color
Monochromatic Colors of #C6D6CD
Black with #C6D6CD
Text Example
Text Example
White with #C6D6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D6CD; }
p { color: rgb(198,214,205); }
H1.HeaderClassName
{
color: #C6D6CD;
}
.AnyTagClassName
{
color: #C6D6CD;
}
</style>
background-color css
<style>
a { background-color: #C6D6CD; }
a { background-color: rgb(198,214,205); }
div.DivClassName
{
background-color: #C6D6CD;
}
.BgClassName
{
background-color: #C6D6CD;
}
</style>
border-color css
<style>
span { border-color: #C6D6CD; }
span { border-color: rgb(198,214,205); }
td.TdClassName
{
border-color: #C6D6CD;
}
.TagClassName
{
border-color: #C6D6CD;
}
</style>