Shades of Aero Blue #C6D8CE
Tints of Aero Blue #C6D8CE
RGB
CMYK
RGB Variations
Color information
#C6D8CE (or 0xC6D8CE) is known color: Aero Blue. HEX triplet: C6, D8 and CE. RGB value is (198,216,206). Sum of RGB (Red+Green+Blue) = 198+216+206=620 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.94% from 620); Green value is 216 (84.77% from 255 or 34.84% from 620); Blue value is 206 (80.86% from 255 or 33.23% from 620); Max value from RGB is 216 - color contains mainly: green. Hex color #C6D8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D8CE is #392731. Grayscale: #D1D1D1. Windows color (decimal): -3745586 or 13555910. OLE color: 13555910.
HSL color Cylindrical-coordinate representation of color #C6D8CE: hue angle of 146.67º degrees, saturation: 0.19, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C6D8CE is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 216 | 206 | - |
| CMYK | 0.08 | 0 | 0.05 | 0.15 |
| HSL | 146.67º | 0.19% | 0.81% | - |
| HSV(B) | 146.67º | 0.08% | 0.85% | - |
| XYZ | 58.99 | 65.57 | 67.94 | - |
| YUV | 209.48 | 126.04 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 216 | 206 | 0.08 | 0 | 0.05 | 0.15 | 146.67 | 0.19 | 0.81 |
| Hex | C6 | D8 | CE | 8 | 0 | 5 | F | 93 | 13 | 51 |
| Octal | 306 | 330 | 316 | 10 | 0 | 5 | 17 | 223 | 23 | 121 |
| Binary | 11000110 | 11011000 | 11001110 | 1000 | 0 | 101 | 1111 | 10010011 | 10011 | 1010001 |
Color Harmonies of #C6D8CE
Complementary color
Monochromatic Colors of #C6D8CE
Black with #C6D8CE
Text Example
Text Example
White with #C6D8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D8CE; }
p { color: rgb(198,216,206); }
H1.HeaderClassName
{
color: #C6D8CE;
}
.AnyTagClassName
{
color: #C6D8CE;
}
</style>
background-color css
<style>
a { background-color: #C6D8CE; }
a { background-color: rgb(198,216,206); }
div.DivClassName
{
background-color: #C6D8CE;
}
.BgClassName
{
background-color: #C6D8CE;
}
</style>
border-color css
<style>
span { border-color: #C6D8CE; }
span { border-color: rgb(198,216,206); }
td.TdClassName
{
border-color: #C6D8CE;
}
.TagClassName
{
border-color: #C6D8CE;
}
</style>