Shades of Tropical Blue #AAC5FB
Tints of Tropical Blue #AAC5FB
RGB
CMYK
RGB Variations
Color information
#AAC5FB (or 0xAAC5FB) is known color: Tropical Blue. HEX triplet: AA, C5 and FB. RGB value is (170,197,251). Sum of RGB (Red+Green+Blue) = 170+197+251=618 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.51% from 618); Green value is 197 (77.34% from 255 or 31.88% from 618); Blue value is 251 (98.44% from 255 or 40.61% from 618); Max value from RGB is 251 - color contains mainly: blue. Hex color #AAC5FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC5FB is #553A04. Grayscale: #C2C2C2. Windows color (decimal): -5585413 or 16500138. OLE color: 16500138.
HSL color Cylindrical-coordinate representation of color #AAC5FB: hue angle of 220º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAC5FB is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 197 | 251 | - |
| CMYK | 0.32 | 0.22 | 0 | 0.02 |
| HSL | 220º | 0.91% | 0.83% | - |
| HSV(B) | 220º | 0.32% | 0.98% | - |
| XYZ | 53.96 | 55.44 | 99.12 | - |
| YUV | 195.08 | 159.55 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 197 | 251 | 0.32 | 0.22 | 0 | 0.02 | 220 | 0.91 | 0.83 |
| Hex | AA | C5 | FB | 20 | 16 | 0 | 2 | DC | 5B | 53 |
| Octal | 252 | 305 | 373 | 40 | 26 | 0 | 2 | 334 | 133 | 123 |
| Binary | 10101010 | 11000101 | 11111011 | 100000 | 10110 | 0 | 10 | 11011100 | 1011011 | 1010011 |
Color Harmonies of #AAC5FB
Complementary color
Monochromatic Colors of #AAC5FB
Black with #AAC5FB
Text Example
Text Example
White with #AAC5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC5FB; }
p { color: rgb(170,197,251); }
H1.HeaderClassName
{
color: #AAC5FB;
}
.AnyTagClassName
{
color: #AAC5FB;
}
</style>
background-color css
<style>
a { background-color: #AAC5FB; }
a { background-color: rgb(170,197,251); }
div.DivClassName
{
background-color: #AAC5FB;
}
.BgClassName
{
background-color: #AAC5FB;
}
</style>
border-color css
<style>
span { border-color: #AAC5FB; }
span { border-color: rgb(170,197,251); }
td.TdClassName
{
border-color: #AAC5FB;
}
.TagClassName
{
border-color: #AAC5FB;
}
</style>