Shades of Tropical Blue #AAC4E6
Tints of Tropical Blue #AAC4E6
RGB
CMYK
RGB Variations
Color information
#AAC4E6 (or 0xAAC4E6) is known color: Tropical Blue. HEX triplet: AA, C4 and E6. RGB value is (170,196,230). Sum of RGB (Red+Green+Blue) = 170+196+230=596 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.52% from 596); Green value is 196 (76.95% from 255 or 32.89% from 596); Blue value is 230 (90.23% from 255 or 38.59% from 596); Max value from RGB is 230 - color contains mainly: blue. Hex color #AAC4E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC4E6 is #553B19. Grayscale: #BFBFBF. Windows color (decimal): -5585690 or 15123626. OLE color: 15123626.
HSL color Cylindrical-coordinate representation of color #AAC4E6: hue angle of 214º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAC4E6 is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 196 | 230 | - |
| CMYK | 0.26 | 0.15 | 0 | 0.10 |
| HSL | 214º | 0.55% | 0.78% | - |
| HSV(B) | 214º | 0.26% | 0.9% | - |
| XYZ | 50.6 | 53.74 | 82.57 | - |
| YUV | 192.1 | 149.39 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 196 | 230 | 0.26 | 0.15 | 0 | 0.10 | 214 | 0.55 | 0.78 |
| Hex | AA | C4 | E6 | 1A | F | 0 | A | D6 | 37 | 4E |
| Octal | 252 | 304 | 346 | 32 | 17 | 0 | 12 | 326 | 67 | 116 |
| Binary | 10101010 | 11000100 | 11100110 | 11010 | 1111 | 0 | 1010 | 11010110 | 110111 | 1001110 |
Color Harmonies of #AAC4E6
Complementary color
Monochromatic Colors of #AAC4E6
Black with #AAC4E6
Text Example
Text Example
White with #AAC4E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC4E6; }
p { color: rgb(170,196,230); }
H1.HeaderClassName
{
color: #AAC4E6;
}
.AnyTagClassName
{
color: #AAC4E6;
}
</style>
background-color css
<style>
a { background-color: #AAC4E6; }
a { background-color: rgb(170,196,230); }
div.DivClassName
{
background-color: #AAC4E6;
}
.BgClassName
{
background-color: #AAC4E6;
}
</style>
border-color css
<style>
span { border-color: #AAC4E6; }
span { border-color: rgb(170,196,230); }
td.TdClassName
{
border-color: #AAC4E6;
}
.TagClassName
{
border-color: #AAC4E6;
}
</style>