Shades of Tropical Blue #AAC5E8
Tints of Tropical Blue #AAC5E8
RGB
CMYK
RGB Variations
Color information
#AAC5E8 (or 0xAAC5E8) is known color: Tropical Blue. HEX triplet: AA, C5 and E8. RGB value is (170,197,232). Sum of RGB (Red+Green+Blue) = 170+197+232=599 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.38% from 599); Green value is 197 (77.34% from 255 or 32.89% from 599); Blue value is 232 (91.02% from 255 or 38.73% from 599); Max value from RGB is 232 - color contains mainly: blue. Hex color #AAC5E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC5E8 is #553A17. Grayscale: #C0C0C0. Windows color (decimal): -5585432 or 15254954. OLE color: 15254954.
HSL color Cylindrical-coordinate representation of color #AAC5E8: hue angle of 213.87º 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 #AAC5E8 is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 170 | 197 | 232 | - |
CMYK | 0.27 | 0.15 | 0 | 0.09 |
HSL | 213.87º | 0.57% | 0.79% | - |
HSV(B) | 213.87º | 0.27% | 0.91% | - |
XYZ | 51.11 | 54.3 | 84.13 | - |
YUV | 192.92 | 150.05 | 111.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 197 | 232 | 0.27 | 0.15 | 0 | 0.09 | 213.87 | 0.57 | 0.79 |
Hex | AA | C5 | E8 | 1B | F | 0 | 9 | D6 | 39 | 4F |
Octal | 252 | 305 | 350 | 33 | 17 | 0 | 11 | 326 | 71 | 117 |
Binary | 10101010 | 11000101 | 11101000 | 11011 | 1111 | 0 | 1001 | 11010110 | 111001 | 1001111 |
Color Harmonies of #AAC5E8
Complementary color
Monochromatic Colors of #AAC5E8
Black with #AAC5E8
Text Example
Text Example
White with #AAC5E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC5E8; }
p { color: rgb(170,197,232); }
H1.HeaderClassName
{
color: #AAC5E8;
}
.AnyTagClassName
{
color: #AAC5E8;
}
</style>
background-color css
<style>
a { background-color: #AAC5E8; }
a { background-color: rgb(170,197,232); }
div.DivClassName
{
background-color: #AAC5E8;
}
.BgClassName
{
background-color: #AAC5E8;
}
</style>
border-color css
<style>
span { border-color: #AAC5E8; }
span { border-color: rgb(170,197,232); }
td.TdClassName
{
border-color: #AAC5E8;
}
.TagClassName
{
border-color: #AAC5E8;
}
</style>