Shades of Tropical Blue #AAC3EA
Tints of Tropical Blue #AAC3EA
RGB
CMYK
RGB Variations
Color information
#AAC3EA (or 0xAAC3EA) is known color: Tropical Blue. HEX triplet: AA, C3 and EA. RGB value is (170,195,234). Sum of RGB (Red+Green+Blue) = 170+195+234=599 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.38% from 599); Green value is 195 (76.56% from 255 or 32.55% from 599); Blue value is 234 (91.80% from 255 or 39.07% from 599); Max value from RGB is 234 - color contains mainly: blue. Hex color #AAC3EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC3EA is #553C15. Grayscale: #BFBFBF. Windows color (decimal): -5585942 or 15385514. OLE color: 15385514.
HSL color Cylindrical-coordinate representation of color #AAC3EA: hue angle of 216.56º 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 #AAC3EA is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 195 | 234 | - |
| CMYK | 0.27 | 0.17 | 0 | 0.08 |
| HSL | 216.56º | 0.6% | 0.79% | - |
| HSV(B) | 216.56º | 0.27% | 0.92% | - |
| XYZ | 50.94 | 53.52 | 85.49 | - |
| YUV | 191.97 | 151.72 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 195 | 234 | 0.27 | 0.17 | 0 | 0.08 | 216.56 | 0.6 | 0.79 |
| Hex | AA | C3 | EA | 1B | 11 | 0 | 8 | D9 | 3C | 4F |
| Octal | 252 | 303 | 352 | 33 | 21 | 0 | 10 | 331 | 74 | 117 |
| Binary | 10101010 | 11000011 | 11101010 | 11011 | 10001 | 0 | 1000 | 11011001 | 111100 | 1001111 |
Color Harmonies of #AAC3EA
Complementary color
Monochromatic Colors of #AAC3EA
Black with #AAC3EA
Text Example
Text Example
White with #AAC3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC3EA; }
p { color: rgb(170,195,234); }
H1.HeaderClassName
{
color: #AAC3EA;
}
.AnyTagClassName
{
color: #AAC3EA;
}
</style>
background-color css
<style>
a { background-color: #AAC3EA; }
a { background-color: rgb(170,195,234); }
div.DivClassName
{
background-color: #AAC3EA;
}
.BgClassName
{
background-color: #AAC3EA;
}
</style>
border-color css
<style>
span { border-color: #AAC3EA; }
span { border-color: rgb(170,195,234); }
td.TdClassName
{
border-color: #AAC3EA;
}
.TagClassName
{
border-color: #AAC3EA;
}
</style>