Shades of Tropical Blue #AAC0E8
Tints of Tropical Blue #AAC0E8
RGB
CMYK
RGB Variations
Color information
#AAC0E8 (or 0xAAC0E8) is known color: Tropical Blue. HEX triplet: AA, C0 and E8. RGB value is (170,192,232). Sum of RGB (Red+Green+Blue) = 170+192+232=594 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.62% from 594); Green value is 192 (75.39% from 255 or 32.32% from 594); Blue value is 232 (91.02% from 255 or 39.06% from 594); Max value from RGB is 232 - color contains mainly: blue. Hex color #AAC0E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC0E8 is #553F17. Grayscale: #BDBDBD. Windows color (decimal): -5586712 or 15253674. OLE color: 15253674.
HSL color Cylindrical-coordinate representation of color #AAC0E8: hue angle of 218.71º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAC0E8 is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 192 | 232 | - |
| CMYK | 0.27 | 0.17 | 0 | 0.09 |
| HSL | 218.71º | 0.57% | 0.79% | - |
| HSV(B) | 218.71º | 0.27% | 0.91% | - |
| XYZ | 49.99 | 52.07 | 83.76 | - |
| YUV | 189.98 | 151.71 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 192 | 232 | 0.27 | 0.17 | 0 | 0.09 | 218.71 | 0.57 | 0.79 |
| Hex | AA | C0 | E8 | 1B | 11 | 0 | 9 | DB | 39 | 4F |
| Octal | 252 | 300 | 350 | 33 | 21 | 0 | 11 | 333 | 71 | 117 |
| Binary | 10101010 | 11000000 | 11101000 | 11011 | 10001 | 0 | 1001 | 11011011 | 111001 | 1001111 |
Color Harmonies of #AAC0E8
Complementary color
Monochromatic Colors of #AAC0E8
Black with #AAC0E8
Text Example
Text Example
White with #AAC0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC0E8; }
p { color: rgb(170,192,232); }
H1.HeaderClassName
{
color: #AAC0E8;
}
.AnyTagClassName
{
color: #AAC0E8;
}
</style>
background-color css
<style>
a { background-color: #AAC0E8; }
a { background-color: rgb(170,192,232); }
div.DivClassName
{
background-color: #AAC0E8;
}
.BgClassName
{
background-color: #AAC0E8;
}
</style>
border-color css
<style>
span { border-color: #AAC0E8; }
span { border-color: rgb(170,192,232); }
td.TdClassName
{
border-color: #AAC0E8;
}
.TagClassName
{
border-color: #AAC0E8;
}
</style>