Shades of Aero Blue #C2DACC
Tints of Aero Blue #C2DACC
RGB
CMYK
RGB Variations
Color information
#C2DACC (or 0xC2DACC) is known color: Aero Blue. HEX triplet: C2, DA and CC. RGB value is (194,218,204). Sum of RGB (Red+Green+Blue) = 194+218+204=616 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.49% from 616); Green value is 218 (85.55% from 255 or 35.39% from 616); Blue value is 204 (80.08% from 255 or 33.12% from 616); Max value from RGB is 218 - color contains mainly: green. Hex color #C2DACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DACC is #3D2533. Grayscale: #D1D1D1. Windows color (decimal): -4007220 or 13425346. OLE color: 13425346.
HSL color Cylindrical-coordinate representation of color #C2DACC: hue angle of 145º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2DACC is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 218 | 204 | - |
| CMYK | 0.11 | 0 | 0.06 | 0.15 |
| HSL | 145º | 0.24% | 0.81% | - |
| HSV(B) | 145º | 0.11% | 0.85% | - |
| XYZ | 58.22 | 65.97 | 66.79 | - |
| YUV | 209.23 | 125.05 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 218 | 204 | 0.11 | 0 | 0.06 | 0.15 | 145 | 0.24 | 0.81 |
| Hex | C2 | DA | CC | B | 0 | 6 | F | 91 | 18 | 51 |
| Octal | 302 | 332 | 314 | 13 | 0 | 6 | 17 | 221 | 30 | 121 |
| Binary | 11000010 | 11011010 | 11001100 | 1011 | 0 | 110 | 1111 | 10010001 | 11000 | 1010001 |
Color Harmonies of #C2DACC
Complementary color
Monochromatic Colors of #C2DACC
Black with #C2DACC
Text Example
Text Example
White with #C2DACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DACC; }
p { color: rgb(194,218,204); }
H1.HeaderClassName
{
color: #C2DACC;
}
.AnyTagClassName
{
color: #C2DACC;
}
</style>
background-color css
<style>
a { background-color: #C2DACC; }
a { background-color: rgb(194,218,204); }
div.DivClassName
{
background-color: #C2DACC;
}
.BgClassName
{
background-color: #C2DACC;
}
</style>
border-color css
<style>
span { border-color: #C2DACC; }
span { border-color: rgb(194,218,204); }
td.TdClassName
{
border-color: #C2DACC;
}
.TagClassName
{
border-color: #C2DACC;
}
</style>