Shades of Tropical Blue #AAC2EC
Tints of Tropical Blue #AAC2EC
RGB
CMYK
RGB Variations
Color information
#AAC2EC (or 0xAAC2EC) is known color: Tropical Blue. HEX triplet: AA, C2 and EC. RGB value is (170,194,236). Sum of RGB (Red+Green+Blue) = 170+194+236=600 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.33% from 600); Green value is 194 (76.17% from 255 or 32.33% from 600); Blue value is 236 (92.58% from 255 or 39.33% from 600); Max value from RGB is 236 - color contains mainly: blue. Hex color #AAC2EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC2EC is #553D13. Grayscale: #BFBFBF. Windows color (decimal): -5586196 or 15516330. OLE color: 15516330.
HSL color Cylindrical-coordinate representation of color #AAC2EC: hue angle of 218.18º 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 #AAC2EC is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 194 | 236 | - |
| CMYK | 0.28 | 0.18 | 0 | 0.07 |
| HSL | 218.18º | 0.63% | 0.8% | - |
| HSV(B) | 218.18º | 0.28% | 0.93% | - |
| XYZ | 51.01 | 53.19 | 86.93 | - |
| YUV | 191.61 | 153.05 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 194 | 236 | 0.28 | 0.18 | 0 | 0.07 | 218.18 | 0.63 | 0.8 |
| Hex | AA | C2 | EC | 1C | 12 | 0 | 7 | DA | 3F | 50 |
| Octal | 252 | 302 | 354 | 34 | 22 | 0 | 7 | 332 | 77 | 120 |
| Binary | 10101010 | 11000010 | 11101100 | 11100 | 10010 | 0 | 111 | 11011010 | 111111 | 1010000 |
Color Harmonies of #AAC2EC
Complementary color
Monochromatic Colors of #AAC2EC
Black with #AAC2EC
Text Example
Text Example
White with #AAC2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC2EC; }
p { color: rgb(170,194,236); }
H1.HeaderClassName
{
color: #AAC2EC;
}
.AnyTagClassName
{
color: #AAC2EC;
}
</style>
background-color css
<style>
a { background-color: #AAC2EC; }
a { background-color: rgb(170,194,236); }
div.DivClassName
{
background-color: #AAC2EC;
}
.BgClassName
{
background-color: #AAC2EC;
}
</style>
border-color css
<style>
span { border-color: #AAC2EC; }
span { border-color: rgb(170,194,236); }
td.TdClassName
{
border-color: #AAC2EC;
}
.TagClassName
{
border-color: #AAC2EC;
}
</style>