Shades of Aero Blue #C6EDD7
Tints of Aero Blue #C6EDD7
RGB
CMYK
RGB Variations
Color information
#C6EDD7 (or 0xC6EDD7) is known color: Aero Blue. HEX triplet: C6, ED and D7. RGB value is (198,237,215). Sum of RGB (Red+Green+Blue) = 198+237+215=650 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.46% from 650); Green value is 237 (92.97% from 255 or 36.46% from 650); Blue value is 215 (84.38% from 255 or 33.08% from 650); Max value from RGB is 237 - color contains mainly: green. Hex color #C6EDD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6EDD7 is #391228. Grayscale: #DEDEDE. Windows color (decimal): -3740201 or 14151110. OLE color: 14151110.
HSL color Cylindrical-coordinate representation of color #C6EDD7: hue angle of 146.15º degrees, saturation: 0.52, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C6EDD7 is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 237 | 215 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.07 |
| HSL | 146.15º | 0.52% | 0.85% | - |
| HSV(B) | 146.15º | 0.16% | 0.93% | - |
| XYZ | 65.84 | 77.48 | 75.78 | - |
| YUV | 222.83 | 123.58 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 237 | 215 | 0.16 | 0 | 0.09 | 0.07 | 146.15 | 0.52 | 0.85 |
| Hex | C6 | ED | D7 | 10 | 0 | 9 | 7 | 92 | 34 | 55 |
| Octal | 306 | 355 | 327 | 20 | 0 | 11 | 7 | 222 | 64 | 125 |
| Binary | 11000110 | 11101101 | 11010111 | 10000 | 0 | 1001 | 111 | 10010010 | 110100 | 1010101 |
Color Harmonies of #C6EDD7
Complementary color
Monochromatic Colors of #C6EDD7
Black with #C6EDD7
Text Example
Text Example
White with #C6EDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6EDD7; }
p { color: rgb(198,237,215); }
H1.HeaderClassName
{
color: #C6EDD7;
}
.AnyTagClassName
{
color: #C6EDD7;
}
</style>
background-color css
<style>
a { background-color: #C6EDD7; }
a { background-color: rgb(198,237,215); }
div.DivClassName
{
background-color: #C6EDD7;
}
.BgClassName
{
background-color: #C6EDD7;
}
</style>
border-color css
<style>
span { border-color: #C6EDD7; }
span { border-color: rgb(198,237,215); }
td.TdClassName
{
border-color: #C6EDD7;
}
.TagClassName
{
border-color: #C6EDD7;
}
</style>