Shades of Tropical Blue #AAC5F7
Tints of Tropical Blue #AAC5F7
RGB
CMYK
RGB Variations
Color information
#AAC5F7 (or 0xAAC5F7) is known color: Tropical Blue. HEX triplet: AA, C5 and F7. RGB value is (170,197,247). Sum of RGB (Red+Green+Blue) = 170+197+247=614 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.69% from 614); Green value is 197 (77.34% from 255 or 32.08% from 614); Blue value is 247 (96.88% from 255 or 40.23% from 614); Max value from RGB is 247 - color contains mainly: blue. Hex color #AAC5F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC5F7 is #553A08. Grayscale: #C2C2C2. Windows color (decimal): -5585417 or 16237994. OLE color: 16237994.
HSL color Cylindrical-coordinate representation of color #AAC5F7: hue angle of 218.96º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAC5F7 is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 197 | 247 | - |
| CMYK | 0.31 | 0.20 | 0 | 0.03 |
| HSL | 218.96º | 0.83% | 0.82% | - |
| HSV(B) | 218.96º | 0.31% | 0.97% | - |
| XYZ | 53.33 | 55.19 | 95.84 | - |
| YUV | 194.63 | 157.55 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 197 | 247 | 0.31 | 0.20 | 0 | 0.03 | 218.96 | 0.83 | 0.82 |
| Hex | AA | C5 | F7 | 1F | 14 | 0 | 3 | DB | 53 | 52 |
| Octal | 252 | 305 | 367 | 37 | 24 | 0 | 3 | 333 | 123 | 122 |
| Binary | 10101010 | 11000101 | 11110111 | 11111 | 10100 | 0 | 11 | 11011011 | 1010011 | 1010010 |
Color Harmonies of #AAC5F7
Complementary color
Monochromatic Colors of #AAC5F7
Black with #AAC5F7
Text Example
Text Example
White with #AAC5F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC5F7; }
p { color: rgb(170,197,247); }
H1.HeaderClassName
{
color: #AAC5F7;
}
.AnyTagClassName
{
color: #AAC5F7;
}
</style>
background-color css
<style>
a { background-color: #AAC5F7; }
a { background-color: rgb(170,197,247); }
div.DivClassName
{
background-color: #AAC5F7;
}
.BgClassName
{
background-color: #AAC5F7;
}
</style>
border-color css
<style>
span { border-color: #AAC5F7; }
span { border-color: rgb(170,197,247); }
td.TdClassName
{
border-color: #AAC5F7;
}
.TagClassName
{
border-color: #AAC5F7;
}
</style>