Shades of Tropical Blue #AAC6EA
Tints of Tropical Blue #AAC6EA
RGB
CMYK
RGB Variations
Color information
#AAC6EA (or 0xAAC6EA) is known color: Tropical Blue. HEX triplet: AA, C6 and EA. RGB value is (170,198,234). Sum of RGB (Red+Green+Blue) = 170+198+234=602 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.24% from 602); Green value is 198 (77.73% from 255 or 32.89% from 602); Blue value is 234 (91.80% from 255 or 38.87% from 602); Max value from RGB is 234 - color contains mainly: blue. Hex color #AAC6EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC6EA is #553915. Grayscale: #C1C1C1. Windows color (decimal): -5585174 or 15386282. OLE color: 15386282.
HSL color Cylindrical-coordinate representation of color #AAC6EA: hue angle of 213.75º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAC6EA is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 198 | 234 | - |
| CMYK | 0.27 | 0.15 | 0 | 0.08 |
| HSL | 213.75º | 0.6% | 0.79% | - |
| HSV(B) | 213.75º | 0.27% | 0.92% | - |
| XYZ | 51.62 | 54.87 | 85.71 | - |
| YUV | 193.73 | 150.72 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 198 | 234 | 0.27 | 0.15 | 0 | 0.08 | 213.75 | 0.6 | 0.79 |
| Hex | AA | C6 | EA | 1B | F | 0 | 8 | D6 | 3C | 4F |
| Octal | 252 | 306 | 352 | 33 | 17 | 0 | 10 | 326 | 74 | 117 |
| Binary | 10101010 | 11000110 | 11101010 | 11011 | 1111 | 0 | 1000 | 11010110 | 111100 | 1001111 |
Color Harmonies of #AAC6EA
Complementary color
Monochromatic Colors of #AAC6EA
Black with #AAC6EA
Text Example
Text Example
White with #AAC6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC6EA; }
p { color: rgb(170,198,234); }
H1.HeaderClassName
{
color: #AAC6EA;
}
.AnyTagClassName
{
color: #AAC6EA;
}
</style>
background-color css
<style>
a { background-color: #AAC6EA; }
a { background-color: rgb(170,198,234); }
div.DivClassName
{
background-color: #AAC6EA;
}
.BgClassName
{
background-color: #AAC6EA;
}
</style>
border-color css
<style>
span { border-color: #AAC6EA; }
span { border-color: rgb(170,198,234); }
td.TdClassName
{
border-color: #AAC6EA;
}
.TagClassName
{
border-color: #AAC6EA;
}
</style>