Shades of Aero Blue #C6EBDA
Tints of Aero Blue #C6EBDA
RGB
CMYK
RGB Variations
Color information
#C6EBDA (or 0xC6EBDA) is known color: Aero Blue. HEX triplet: C6, EB and DA. RGB value is (198,235,218). Sum of RGB (Red+Green+Blue) = 198+235+218=651 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.41% from 651); Green value is 235 (92.19% from 255 or 36.10% from 651); Blue value is 218 (85.55% from 255 or 33.49% from 651); Max value from RGB is 235 - color contains mainly: green. Hex color #C6EBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6EBDA is #391425. Grayscale: #DEDEDE. Windows color (decimal): -3740710 or 14347206. OLE color: 14347206.
HSL color Cylindrical-coordinate representation of color #C6EBDA: hue angle of 152.43º 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 #C6EBDA is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 235 | 218 | - |
| CMYK | 0.16 | 0 | 0.07 | 0.08 |
| HSL | 152.43º | 0.48% | 0.85% | - |
| HSV(B) | 152.43º | 0.16% | 0.92% | - |
| XYZ | 65.65 | 76.48 | 77.63 | - |
| YUV | 222 | 125.74 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 235 | 218 | 0.16 | 0 | 0.07 | 0.08 | 152.43 | 0.48 | 0.85 |
| Hex | C6 | EB | DA | 10 | 0 | 7 | 8 | 98 | 30 | 55 |
| Octal | 306 | 353 | 332 | 20 | 0 | 7 | 10 | 230 | 60 | 125 |
| Binary | 11000110 | 11101011 | 11011010 | 10000 | 0 | 111 | 1000 | 10011000 | 110000 | 1010101 |
Color Harmonies of #C6EBDA
Complementary color
Monochromatic Colors of #C6EBDA
Black with #C6EBDA
Text Example
Text Example
White with #C6EBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6EBDA; }
p { color: rgb(198,235,218); }
H1.HeaderClassName
{
color: #C6EBDA;
}
.AnyTagClassName
{
color: #C6EBDA;
}
</style>
background-color css
<style>
a { background-color: #C6EBDA; }
a { background-color: rgb(198,235,218); }
div.DivClassName
{
background-color: #C6EBDA;
}
.BgClassName
{
background-color: #C6EBDA;
}
</style>
border-color css
<style>
span { border-color: #C6EBDA; }
span { border-color: rgb(198,235,218); }
td.TdClassName
{
border-color: #C6EBDA;
}
.TagClassName
{
border-color: #C6EBDA;
}
</style>