Shades of Tropical Blue #AAC8EC
Tints of Tropical Blue #AAC8EC
RGB
CMYK
RGB Variations
Color information
#AAC8EC (or 0xAAC8EC) is known color: Tropical Blue. HEX triplet: AA, C8 and EC. RGB value is (170,200,236). Sum of RGB (Red+Green+Blue) = 170+200+236=606 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.05% from 606); Green value is 200 (78.52% from 255 or 33.00% from 606); Blue value is 236 (92.58% from 255 or 38.94% from 606); Max value from RGB is 236 - color contains mainly: blue. Hex color #AAC8EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC8EC is #553713. Grayscale: #C2C2C2. Windows color (decimal): -5584660 or 15517866. OLE color: 15517866.
HSL color Cylindrical-coordinate representation of color #AAC8EC: hue angle of 212.73º 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 #AAC8EC is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 200 | 236 | - |
| CMYK | 0.28 | 0.15 | 0 | 0.07 |
| HSL | 212.73º | 0.63% | 0.8% | - |
| HSV(B) | 212.73º | 0.28% | 0.93% | - |
| XYZ | 52.37 | 55.91 | 87.39 | - |
| YUV | 195.13 | 151.06 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 200 | 236 | 0.28 | 0.15 | 0 | 0.07 | 212.73 | 0.63 | 0.8 |
| Hex | AA | C8 | EC | 1C | F | 0 | 7 | D5 | 3F | 50 |
| Octal | 252 | 310 | 354 | 34 | 17 | 0 | 7 | 325 | 77 | 120 |
| Binary | 10101010 | 11001000 | 11101100 | 11100 | 1111 | 0 | 111 | 11010101 | 111111 | 1010000 |
Color Harmonies of #AAC8EC
Complementary color
Monochromatic Colors of #AAC8EC
Black with #AAC8EC
Text Example
Text Example
White with #AAC8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC8EC; }
p { color: rgb(170,200,236); }
H1.HeaderClassName
{
color: #AAC8EC;
}
.AnyTagClassName
{
color: #AAC8EC;
}
</style>
background-color css
<style>
a { background-color: #AAC8EC; }
a { background-color: rgb(170,200,236); }
div.DivClassName
{
background-color: #AAC8EC;
}
.BgClassName
{
background-color: #AAC8EC;
}
</style>
border-color css
<style>
span { border-color: #AAC8EC; }
span { border-color: rgb(170,200,236); }
td.TdClassName
{
border-color: #AAC8EC;
}
.TagClassName
{
border-color: #AAC8EC;
}
</style>