Shades of Tropical Blue #AAC5FA
Tints of Tropical Blue #AAC5FA
RGB
CMYK
RGB Variations
Color information
#AAC5FA (or 0xAAC5FA) is known color: Tropical Blue. HEX triplet: AA, C5 and FA. RGB value is (170,197,250). Sum of RGB (Red+Green+Blue) = 170+197+250=617 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.55% from 617); Green value is 197 (77.34% from 255 or 31.93% from 617); Blue value is 250 (98.05% from 255 or 40.52% from 617); Max value from RGB is 250 - color contains mainly: blue. Hex color #AAC5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC5FA is #553A05. Grayscale: #C2C2C2. Windows color (decimal): -5585414 or 16434602. OLE color: 16434602.
HSL color Cylindrical-coordinate representation of color #AAC5FA: hue angle of 219.75º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAC5FA is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 197 | 250 | - |
| CMYK | 0.32 | 0.21 | 0 | 0.02 |
| HSL | 219.75º | 0.89% | 0.82% | - |
| HSV(B) | 219.75º | 0.32% | 0.98% | - |
| XYZ | 53.8 | 55.38 | 98.3 | - |
| YUV | 194.97 | 159.05 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 197 | 250 | 0.32 | 0.21 | 0 | 0.02 | 219.75 | 0.89 | 0.82 |
| Hex | AA | C5 | FA | 20 | 15 | 0 | 2 | DC | 59 | 52 |
| Octal | 252 | 305 | 372 | 40 | 25 | 0 | 2 | 334 | 131 | 122 |
| Binary | 10101010 | 11000101 | 11111010 | 100000 | 10101 | 0 | 10 | 11011100 | 1011001 | 1010010 |
Color Harmonies of #AAC5FA
Complementary color
Monochromatic Colors of #AAC5FA
Black with #AAC5FA
Text Example
Text Example
White with #AAC5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC5FA; }
p { color: rgb(170,197,250); }
H1.HeaderClassName
{
color: #AAC5FA;
}
.AnyTagClassName
{
color: #AAC5FA;
}
</style>
background-color css
<style>
a { background-color: #AAC5FA; }
a { background-color: rgb(170,197,250); }
div.DivClassName
{
background-color: #AAC5FA;
}
.BgClassName
{
background-color: #AAC5FA;
}
</style>
border-color css
<style>
span { border-color: #AAC5FA; }
span { border-color: rgb(170,197,250); }
td.TdClassName
{
border-color: #AAC5FA;
}
.TagClassName
{
border-color: #AAC5FA;
}
</style>