Shades of Aero Blue #C6EBD6
Tints of Aero Blue #C6EBD6
RGB
CMYK
RGB Variations
Color information
#C6EBD6 (or 0xC6EBD6) is known color: Aero Blue. HEX triplet: C6, EB and D6. RGB value is (198,235,214). Sum of RGB (Red+Green+Blue) = 198+235+214=647 (85% of max value = 765). Red value is 198 (77.73% from 255 or 30.60% from 647); Green value is 235 (92.19% from 255 or 36.32% from 647); Blue value is 214 (83.98% from 255 or 33.08% from 647); Max value from RGB is 235 - color contains mainly: green. Hex color #C6EBD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6EBD6 is #391429. Grayscale: #DDDDDD. Windows color (decimal): -3740714 or 14085062. OLE color: 14085062.
HSL color Cylindrical-coordinate representation of color #C6EBD6: hue angle of 145.95º degrees, saturation: 0.48, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C6EBD6 is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 235 | 214 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.08 |
| HSL | 145.95º | 0.48% | 0.85% | - |
| HSV(B) | 145.95º | 0.16% | 0.92% | - |
| XYZ | 65.13 | 76.28 | 74.91 | - |
| YUV | 221.54 | 123.74 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 235 | 214 | 0.16 | 0 | 0.09 | 0.08 | 145.95 | 0.48 | 0.85 |
| Hex | C6 | EB | D6 | 10 | 0 | 9 | 8 | 92 | 30 | 55 |
| Octal | 306 | 353 | 326 | 20 | 0 | 11 | 10 | 222 | 60 | 125 |
| Binary | 11000110 | 11101011 | 11010110 | 10000 | 0 | 1001 | 1000 | 10010010 | 110000 | 1010101 |
Color Harmonies of #C6EBD6
Complementary color
Monochromatic Colors of #C6EBD6
Black with #C6EBD6
Text Example
Text Example
White with #C6EBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6EBD6; }
p { color: rgb(198,235,214); }
H1.HeaderClassName
{
color: #C6EBD6;
}
.AnyTagClassName
{
color: #C6EBD6;
}
</style>
background-color css
<style>
a { background-color: #C6EBD6; }
a { background-color: rgb(198,235,214); }
div.DivClassName
{
background-color: #C6EBD6;
}
.BgClassName
{
background-color: #C6EBD6;
}
</style>
border-color css
<style>
span { border-color: #C6EBD6; }
span { border-color: rgb(198,235,214); }
td.TdClassName
{
border-color: #C6EBD6;
}
.TagClassName
{
border-color: #C6EBD6;
}
</style>