Shades of Tropical Blue #AAC3E7
Tints of Tropical Blue #AAC3E7
RGB
CMYK
RGB Variations
Color information
#AAC3E7 (or 0xAAC3E7) is known color: Tropical Blue. HEX triplet: AA, C3 and E7. RGB value is (170,195,231). Sum of RGB (Red+Green+Blue) = 170+195+231=596 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.52% from 596); Green value is 195 (76.56% from 255 or 32.72% from 596); Blue value is 231 (90.62% from 255 or 38.76% from 596); Max value from RGB is 231 - color contains mainly: blue. Hex color #AAC3E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC3E7 is #553C18. Grayscale: #BFBFBF. Windows color (decimal): -5585945 or 15188906. OLE color: 15188906.
HSL color Cylindrical-coordinate representation of color #AAC3E7: hue angle of 215.41º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAC3E7 is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 195 | 231 | - |
| CMYK | 0.26 | 0.16 | 0 | 0.09 |
| HSL | 215.41º | 0.56% | 0.79% | - |
| HSV(B) | 215.41º | 0.26% | 0.91% | - |
| XYZ | 50.52 | 53.35 | 83.24 | - |
| YUV | 191.63 | 150.22 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 195 | 231 | 0.26 | 0.16 | 0 | 0.09 | 215.41 | 0.56 | 0.79 |
| Hex | AA | C3 | E7 | 1A | 10 | 0 | 9 | D7 | 38 | 4F |
| Octal | 252 | 303 | 347 | 32 | 20 | 0 | 11 | 327 | 70 | 117 |
| Binary | 10101010 | 11000011 | 11100111 | 11010 | 10000 | 0 | 1001 | 11010111 | 111000 | 1001111 |
Color Harmonies of #AAC3E7
Complementary color
Monochromatic Colors of #AAC3E7
Black with #AAC3E7
Text Example
Text Example
White with #AAC3E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC3E7; }
p { color: rgb(170,195,231); }
H1.HeaderClassName
{
color: #AAC3E7;
}
.AnyTagClassName
{
color: #AAC3E7;
}
</style>
background-color css
<style>
a { background-color: #AAC3E7; }
a { background-color: rgb(170,195,231); }
div.DivClassName
{
background-color: #AAC3E7;
}
.BgClassName
{
background-color: #AAC3E7;
}
</style>
border-color css
<style>
span { border-color: #AAC3E7; }
span { border-color: rgb(170,195,231); }
td.TdClassName
{
border-color: #AAC3E7;
}
.TagClassName
{
border-color: #AAC3E7;
}
</style>