Shades of Aero Blue #C5DACE
Tints of Aero Blue #C5DACE
RGB
CMYK
RGB Variations
Color information
#C5DACE (or 0xC5DACE) is known color: Aero Blue. HEX triplet: C5, DA and CE. RGB value is (197,218,206). Sum of RGB (Red+Green+Blue) = 197+218+206=621 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.72% from 621); Green value is 218 (85.55% from 255 or 35.10% from 621); Blue value is 206 (80.86% from 255 or 33.17% from 621); Max value from RGB is 218 - color contains mainly: green. Hex color #C5DACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DACE is #3A2531. Grayscale: #D2D2D2. Windows color (decimal): -3810610 or 13556421. OLE color: 13556421.
HSL color Cylindrical-coordinate representation of color #C5DACE: hue angle of 145.71º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5DACE is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 218 | 206 | - |
| CMYK | 0.10 | 0 | 0.06 | 0.15 |
| HSL | 145.71º | 0.22% | 0.81% | - |
| HSV(B) | 145.71º | 0.1% | 0.85% | - |
| XYZ | 59.24 | 66.47 | 68.1 | - |
| YUV | 210.35 | 125.54 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 218 | 206 | 0.10 | 0 | 0.06 | 0.15 | 145.71 | 0.22 | 0.81 |
| Hex | C5 | DA | CE | A | 0 | 6 | F | 92 | 16 | 51 |
| Octal | 305 | 332 | 316 | 12 | 0 | 6 | 17 | 222 | 26 | 121 |
| Binary | 11000101 | 11011010 | 11001110 | 1010 | 0 | 110 | 1111 | 10010010 | 10110 | 1010001 |
Color Harmonies of #C5DACE
Complementary color
Monochromatic Colors of #C5DACE
Black with #C5DACE
Text Example
Text Example
White with #C5DACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DACE; }
p { color: rgb(197,218,206); }
H1.HeaderClassName
{
color: #C5DACE;
}
.AnyTagClassName
{
color: #C5DACE;
}
</style>
background-color css
<style>
a { background-color: #C5DACE; }
a { background-color: rgb(197,218,206); }
div.DivClassName
{
background-color: #C5DACE;
}
.BgClassName
{
background-color: #C5DACE;
}
</style>
border-color css
<style>
span { border-color: #C5DACE; }
span { border-color: rgb(197,218,206); }
td.TdClassName
{
border-color: #C5DACE;
}
.TagClassName
{
border-color: #C5DACE;
}
</style>