Shades of Tropical Blue #AAC6EC
Tints of Tropical Blue #AAC6EC
RGB
CMYK
RGB Variations
Color information
#AAC6EC (or 0xAAC6EC) is known color: Tropical Blue. HEX triplet: AA, C6 and EC. RGB value is (170,198,236). Sum of RGB (Red+Green+Blue) = 170+198+236=604 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.15% from 604); Green value is 198 (77.73% from 255 or 32.78% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 236 - color contains mainly: blue. Hex color #AAC6EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC6EC is #553913. Grayscale: #C1C1C1. Windows color (decimal): -5585172 or 15517354. OLE color: 15517354.
HSL color Cylindrical-coordinate representation of color #AAC6EC: hue angle of 214.55º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAC6EC is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 198 | 236 | - |
| CMYK | 0.28 | 0.16 | 0 | 0.07 |
| HSL | 214.55º | 0.63% | 0.8% | - |
| HSV(B) | 214.55º | 0.28% | 0.93% | - |
| XYZ | 51.91 | 54.99 | 87.24 | - |
| YUV | 193.96 | 151.72 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 198 | 236 | 0.28 | 0.16 | 0 | 0.07 | 214.55 | 0.63 | 0.8 |
| Hex | AA | C6 | EC | 1C | 10 | 0 | 7 | D7 | 3F | 50 |
| Octal | 252 | 306 | 354 | 34 | 20 | 0 | 7 | 327 | 77 | 120 |
| Binary | 10101010 | 11000110 | 11101100 | 11100 | 10000 | 0 | 111 | 11010111 | 111111 | 1010000 |
Color Harmonies of #AAC6EC
Complementary color
Monochromatic Colors of #AAC6EC
Black with #AAC6EC
Text Example
Text Example
White with #AAC6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC6EC; }
p { color: rgb(170,198,236); }
H1.HeaderClassName
{
color: #AAC6EC;
}
.AnyTagClassName
{
color: #AAC6EC;
}
</style>
background-color css
<style>
a { background-color: #AAC6EC; }
a { background-color: rgb(170,198,236); }
div.DivClassName
{
background-color: #AAC6EC;
}
.BgClassName
{
background-color: #AAC6EC;
}
</style>
border-color css
<style>
span { border-color: #AAC6EC; }
span { border-color: rgb(170,198,236); }
td.TdClassName
{
border-color: #AAC6EC;
}
.TagClassName
{
border-color: #AAC6EC;
}
</style>