Shades of Tropical Blue #AAC2E7
Tints of Tropical Blue #AAC2E7
RGB
CMYK
RGB Variations
Color information
#AAC2E7 (or 0xAAC2E7) is known color: Tropical Blue. HEX triplet: AA, C2 and E7. RGB value is (170,194,231). Sum of RGB (Red+Green+Blue) = 170+194+231=595 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.57% from 595); Green value is 194 (76.17% from 255 or 32.61% from 595); Blue value is 231 (90.62% from 255 or 38.82% from 595); Max value from RGB is 231 - color contains mainly: blue. Hex color #AAC2E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC2E7 is #553D18. Grayscale: #BEBEBE. Windows color (decimal): -5586201 or 15188650. OLE color: 15188650.
HSL color Cylindrical-coordinate representation of color #AAC2E7: hue angle of 216.39º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAC2E7 is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 194 | 231 | - |
| CMYK | 0.26 | 0.16 | 0 | 0.09 |
| HSL | 216.39º | 0.56% | 0.79% | - |
| HSV(B) | 216.39º | 0.26% | 0.91% | - |
| XYZ | 50.29 | 52.9 | 83.16 | - |
| YUV | 191.04 | 150.55 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 194 | 231 | 0.26 | 0.16 | 0 | 0.09 | 216.39 | 0.56 | 0.79 |
| Hex | AA | C2 | E7 | 1A | 10 | 0 | 9 | D8 | 38 | 4F |
| Octal | 252 | 302 | 347 | 32 | 20 | 0 | 11 | 330 | 70 | 117 |
| Binary | 10101010 | 11000010 | 11100111 | 11010 | 10000 | 0 | 1001 | 11011000 | 111000 | 1001111 |
Color Harmonies of #AAC2E7
Complementary color
Monochromatic Colors of #AAC2E7
Black with #AAC2E7
Text Example
Text Example
White with #AAC2E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC2E7; }
p { color: rgb(170,194,231); }
H1.HeaderClassName
{
color: #AAC2E7;
}
.AnyTagClassName
{
color: #AAC2E7;
}
</style>
background-color css
<style>
a { background-color: #AAC2E7; }
a { background-color: rgb(170,194,231); }
div.DivClassName
{
background-color: #AAC2E7;
}
.BgClassName
{
background-color: #AAC2E7;
}
</style>
border-color css
<style>
span { border-color: #AAC2E7; }
span { border-color: rgb(170,194,231); }
td.TdClassName
{
border-color: #AAC2E7;
}
.TagClassName
{
border-color: #AAC2E7;
}
</style>