Shades of Tropical Blue #AAC4EC
Tints of Tropical Blue #AAC4EC
RGB
CMYK
RGB Variations
Color information
#AAC4EC (or 0xAAC4EC) is known color: Tropical Blue. HEX triplet: AA, C4 and EC. RGB value is (170,196,236). Sum of RGB (Red+Green+Blue) = 170+196+236=602 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.24% from 602); Green value is 196 (76.95% from 255 or 32.56% from 602); Blue value is 236 (92.58% from 255 or 39.20% from 602); Max value from RGB is 236 - color contains mainly: blue. Hex color #AAC4EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC4EC is #553B13. Grayscale: #C0C0C0. Windows color (decimal): -5585684 or 15516842. OLE color: 15516842.
HSL color Cylindrical-coordinate representation of color #AAC4EC: hue angle of 216.36º 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 #AAC4EC is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 196 | 236 | - |
| CMYK | 0.28 | 0.17 | 0 | 0.07 |
| HSL | 216.36º | 0.63% | 0.8% | - |
| HSV(B) | 216.36º | 0.28% | 0.93% | - |
| XYZ | 51.46 | 54.08 | 87.08 | - |
| YUV | 192.79 | 152.39 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 196 | 236 | 0.28 | 0.17 | 0 | 0.07 | 216.36 | 0.63 | 0.8 |
| Hex | AA | C4 | EC | 1C | 11 | 0 | 7 | D8 | 3F | 50 |
| Octal | 252 | 304 | 354 | 34 | 21 | 0 | 7 | 330 | 77 | 120 |
| Binary | 10101010 | 11000100 | 11101100 | 11100 | 10001 | 0 | 111 | 11011000 | 111111 | 1010000 |
Color Harmonies of #AAC4EC
Complementary color
Monochromatic Colors of #AAC4EC
Black with #AAC4EC
Text Example
Text Example
White with #AAC4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC4EC; }
p { color: rgb(170,196,236); }
H1.HeaderClassName
{
color: #AAC4EC;
}
.AnyTagClassName
{
color: #AAC4EC;
}
</style>
background-color css
<style>
a { background-color: #AAC4EC; }
a { background-color: rgb(170,196,236); }
div.DivClassName
{
background-color: #AAC4EC;
}
.BgClassName
{
background-color: #AAC4EC;
}
</style>
border-color css
<style>
span { border-color: #AAC4EC; }
span { border-color: rgb(170,196,236); }
td.TdClassName
{
border-color: #AAC4EC;
}
.TagClassName
{
border-color: #AAC4EC;
}
</style>