Shades of Tropical Blue #AAC7FA
Tints of Tropical Blue #AAC7FA
RGB
CMYK
RGB Variations
Color information
#AAC7FA (or 0xAAC7FA) is known color: Tropical Blue. HEX triplet: AA, C7 and FA. RGB value is (170,199,250). Sum of RGB (Red+Green+Blue) = 170+199+250=619 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.46% from 619); Green value is 199 (78.12% from 255 or 32.15% from 619); Blue value is 250 (98.05% from 255 or 40.39% from 619); Max value from RGB is 250 - color contains mainly: blue. Hex color #AAC7FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC7FA is #553805. Grayscale: #C3C3C3. Windows color (decimal): -5584902 or 16435114. OLE color: 16435114.
HSL color Cylindrical-coordinate representation of color #AAC7FA: hue angle of 218.25º 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 #AAC7FA is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 199 | 250 | - |
| CMYK | 0.32 | 0.20 | 0 | 0.02 |
| HSL | 218.25º | 0.89% | 0.82% | - |
| HSV(B) | 218.25º | 0.32% | 0.98% | - |
| XYZ | 54.26 | 56.3 | 98.45 | - |
| YUV | 196.14 | 158.39 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 199 | 250 | 0.32 | 0.20 | 0 | 0.02 | 218.25 | 0.89 | 0.82 |
| Hex | AA | C7 | FA | 20 | 14 | 0 | 2 | DA | 59 | 52 |
| Octal | 252 | 307 | 372 | 40 | 24 | 0 | 2 | 332 | 131 | 122 |
| Binary | 10101010 | 11000111 | 11111010 | 100000 | 10100 | 0 | 10 | 11011010 | 1011001 | 1010010 |
Color Harmonies of #AAC7FA
Complementary color
Monochromatic Colors of #AAC7FA
Black with #AAC7FA
Text Example
Text Example
White with #AAC7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC7FA; }
p { color: rgb(170,199,250); }
H1.HeaderClassName
{
color: #AAC7FA;
}
.AnyTagClassName
{
color: #AAC7FA;
}
</style>
background-color css
<style>
a { background-color: #AAC7FA; }
a { background-color: rgb(170,199,250); }
div.DivClassName
{
background-color: #AAC7FA;
}
.BgClassName
{
background-color: #AAC7FA;
}
</style>
border-color css
<style>
span { border-color: #AAC7FA; }
span { border-color: rgb(170,199,250); }
td.TdClassName
{
border-color: #AAC7FA;
}
.TagClassName
{
border-color: #AAC7FA;
}
</style>