Shades of Tropical Blue #AAC3EC
Tints of Tropical Blue #AAC3EC
RGB
CMYK
RGB Variations
Color information
#AAC3EC (or 0xAAC3EC) is known color: Tropical Blue. HEX triplet: AA, C3 and EC. RGB value is (170,195,236). Sum of RGB (Red+Green+Blue) = 170+195+236=601 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.29% from 601); Green value is 195 (76.56% from 255 or 32.45% from 601); Blue value is 236 (92.58% from 255 or 39.27% from 601); Max value from RGB is 236 - color contains mainly: blue. Hex color #AAC3EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC3EC is #553C13. Grayscale: #C0C0C0. Windows color (decimal): -5585940 or 15516586. OLE color: 15516586.
HSL color Cylindrical-coordinate representation of color #AAC3EC: hue angle of 217.27º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAC3EC is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 195 | 236 | - |
| CMYK | 0.28 | 0.17 | 0 | 0.07 |
| HSL | 217.27º | 0.63% | 0.8% | - |
| HSV(B) | 217.27º | 0.28% | 0.93% | - |
| XYZ | 51.23 | 53.63 | 87.01 | - |
| YUV | 192.2 | 152.72 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 195 | 236 | 0.28 | 0.17 | 0 | 0.07 | 217.27 | 0.63 | 0.8 |
| Hex | AA | C3 | EC | 1C | 11 | 0 | 7 | D9 | 3F | 50 |
| Octal | 252 | 303 | 354 | 34 | 21 | 0 | 7 | 331 | 77 | 120 |
| Binary | 10101010 | 11000011 | 11101100 | 11100 | 10001 | 0 | 111 | 11011001 | 111111 | 1010000 |
Color Harmonies of #AAC3EC
Complementary color
Monochromatic Colors of #AAC3EC
Black with #AAC3EC
Text Example
Text Example
White with #AAC3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC3EC; }
p { color: rgb(170,195,236); }
H1.HeaderClassName
{
color: #AAC3EC;
}
.AnyTagClassName
{
color: #AAC3EC;
}
</style>
background-color css
<style>
a { background-color: #AAC3EC; }
a { background-color: rgb(170,195,236); }
div.DivClassName
{
background-color: #AAC3EC;
}
.BgClassName
{
background-color: #AAC3EC;
}
</style>
border-color css
<style>
span { border-color: #AAC3EC; }
span { border-color: rgb(170,195,236); }
td.TdClassName
{
border-color: #AAC3EC;
}
.TagClassName
{
border-color: #AAC3EC;
}
</style>