Shades of Tropical Blue #AAC5E6
Tints of Tropical Blue #AAC5E6
RGB
CMYK
RGB Variations
Color information
#AAC5E6 (or 0xAAC5E6) is known color: Tropical Blue. HEX triplet: AA, C5 and E6. RGB value is (170,197,230). Sum of RGB (Red+Green+Blue) = 170+197+230=597 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.48% from 597); Green value is 197 (77.34% from 255 or 33.00% from 597); Blue value is 230 (90.23% from 255 or 38.53% from 597); Max value from RGB is 230 - color contains mainly: blue. Hex color #AAC5E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC5E6 is #553A19. Grayscale: #C0C0C0. Windows color (decimal): -5585434 or 15123882. OLE color: 15123882.
HSL color Cylindrical-coordinate representation of color #AAC5E6: hue angle of 213º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAC5E6 is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 197 | 230 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.10 |
| HSL | 213º | 0.55% | 0.78% | - |
| HSV(B) | 213º | 0.26% | 0.9% | - |
| XYZ | 50.83 | 54.19 | 82.64 | - |
| YUV | 192.69 | 149.05 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 197 | 230 | 0.26 | 0.14 | 0 | 0.10 | 213 | 0.55 | 0.78 |
| Hex | AA | C5 | E6 | 1A | E | 0 | A | D5 | 37 | 4E |
| Octal | 252 | 305 | 346 | 32 | 16 | 0 | 12 | 325 | 67 | 116 |
| Binary | 10101010 | 11000101 | 11100110 | 11010 | 1110 | 0 | 1010 | 11010101 | 110111 | 1001110 |
Color Harmonies of #AAC5E6
Complementary color
Monochromatic Colors of #AAC5E6
Black with #AAC5E6
Text Example
Text Example
White with #AAC5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC5E6; }
p { color: rgb(170,197,230); }
H1.HeaderClassName
{
color: #AAC5E6;
}
.AnyTagClassName
{
color: #AAC5E6;
}
</style>
background-color css
<style>
a { background-color: #AAC5E6; }
a { background-color: rgb(170,197,230); }
div.DivClassName
{
background-color: #AAC5E6;
}
.BgClassName
{
background-color: #AAC5E6;
}
</style>
border-color css
<style>
span { border-color: #AAC5E6; }
span { border-color: rgb(170,197,230); }
td.TdClassName
{
border-color: #AAC5E6;
}
.TagClassName
{
border-color: #AAC5E6;
}
</style>