Shades of Aero Blue #C6E5D4
Tints of Aero Blue #C6E5D4
RGB
CMYK
RGB Variations
Color information
#C6E5D4 (or 0xC6E5D4) is known color: Aero Blue. HEX triplet: C6, E5 and D4. RGB value is (198,229,212). Sum of RGB (Red+Green+Blue) = 198+229+212=639 (84% of max value = 765). Red value is 198 (77.73% from 255 or 30.99% from 639); Green value is 229 (89.84% from 255 or 35.84% from 639); Blue value is 212 (83.20% from 255 or 33.18% from 639); Max value from RGB is 229 - color contains mainly: green. Hex color #C6E5D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6E5D4 is #391A2B. Grayscale: #D9D9D9. Windows color (decimal): -3742252 or 13952454. OLE color: 13952454.
HSL color Cylindrical-coordinate representation of color #C6E5D4: hue angle of 147.1º degrees, saturation: 0.37, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C6E5D4 is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 198 | 229 | 212 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.10 |
| HSL | 147.1º | 0.37% | 0.84% | - |
| HSV(B) | 147.1º | 0.14% | 0.9% | - |
| XYZ | 63.19 | 72.8 | 73.01 | - |
| YUV | 217.79 | 124.73 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 229 | 212 | 0.14 | 0 | 0.07 | 0.10 | 147.1 | 0.37 | 0.84 |
| Hex | C6 | E5 | D4 | E | 0 | 7 | A | 93 | 25 | 54 |
| Octal | 306 | 345 | 324 | 16 | 0 | 7 | 12 | 223 | 45 | 124 |
| Binary | 11000110 | 11100101 | 11010100 | 1110 | 0 | 111 | 1010 | 10010011 | 100101 | 1010100 |
Color Harmonies of #C6E5D4
Complementary color
Monochromatic Colors of #C6E5D4
Black with #C6E5D4
Text Example
Text Example
White with #C6E5D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E5D4; }
p { color: rgb(198,229,212); }
H1.HeaderClassName
{
color: #C6E5D4;
}
.AnyTagClassName
{
color: #C6E5D4;
}
</style>
background-color css
<style>
a { background-color: #C6E5D4; }
a { background-color: rgb(198,229,212); }
div.DivClassName
{
background-color: #C6E5D4;
}
.BgClassName
{
background-color: #C6E5D4;
}
</style>
border-color css
<style>
span { border-color: #C6E5D4; }
span { border-color: rgb(198,229,212); }
td.TdClassName
{
border-color: #C6E5D4;
}
.TagClassName
{
border-color: #C6E5D4;
}
</style>