Shades of Tropical Blue #AAC1E8
Tints of Tropical Blue #AAC1E8
RGB
CMYK
RGB Variations
Color information
#AAC1E8 (or 0xAAC1E8) is known color: Tropical Blue. HEX triplet: AA, C1 and E8. RGB value is (170,193,232). Sum of RGB (Red+Green+Blue) = 170+193+232=595 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.57% from 595); Green value is 193 (75.78% from 255 or 32.44% from 595); Blue value is 232 (91.02% from 255 or 38.99% from 595); Max value from RGB is 232 - color contains mainly: blue. Hex color #AAC1E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC1E8 is #553E17. Grayscale: #BEBEBE. Windows color (decimal): -5586456 or 15253930. OLE color: 15253930.
HSL color Cylindrical-coordinate representation of color #AAC1E8: hue angle of 217.74º 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 #AAC1E8 is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 193 | 232 | - |
| CMYK | 0.27 | 0.17 | 0 | 0.09 |
| HSL | 217.74º | 0.57% | 0.79% | - |
| HSV(B) | 217.74º | 0.27% | 0.91% | - |
| XYZ | 50.21 | 52.51 | 83.83 | - |
| YUV | 190.57 | 151.38 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 193 | 232 | 0.27 | 0.17 | 0 | 0.09 | 217.74 | 0.57 | 0.79 |
| Hex | AA | C1 | E8 | 1B | 11 | 0 | 9 | DA | 39 | 4F |
| Octal | 252 | 301 | 350 | 33 | 21 | 0 | 11 | 332 | 71 | 117 |
| Binary | 10101010 | 11000001 | 11101000 | 11011 | 10001 | 0 | 1001 | 11011010 | 111001 | 1001111 |
Color Harmonies of #AAC1E8
Complementary color
Monochromatic Colors of #AAC1E8
Black with #AAC1E8
Text Example
Text Example
White with #AAC1E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC1E8; }
p { color: rgb(170,193,232); }
H1.HeaderClassName
{
color: #AAC1E8;
}
.AnyTagClassName
{
color: #AAC1E8;
}
</style>
background-color css
<style>
a { background-color: #AAC1E8; }
a { background-color: rgb(170,193,232); }
div.DivClassName
{
background-color: #AAC1E8;
}
.BgClassName
{
background-color: #AAC1E8;
}
</style>
border-color css
<style>
span { border-color: #AAC1E8; }
span { border-color: rgb(170,193,232); }
td.TdClassName
{
border-color: #AAC1E8;
}
.TagClassName
{
border-color: #AAC1E8;
}
</style>