Shades of Tropical Blue #AAC2FA
Tints of Tropical Blue #AAC2FA
RGB
CMYK
RGB Variations
Color information
#AAC2FA (or 0xAAC2FA) is known color: Tropical Blue. HEX triplet: AA, C2 and FA. RGB value is (170,194,250). Sum of RGB (Red+Green+Blue) = 170+194+250=614 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.69% from 614); Green value is 194 (76.17% from 255 or 31.60% from 614); Blue value is 250 (98.05% from 255 or 40.72% from 614); Max value from RGB is 250 - color contains mainly: blue. Hex color #AAC2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC2FA is #553D05. Grayscale: #C0C0C0. Windows color (decimal): -5586182 or 16433834. OLE color: 16433834.
HSL color Cylindrical-coordinate representation of color #AAC2FA: hue angle of 222º 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 #AAC2FA is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 194 | 250 | - |
| CMYK | 0.32 | 0.22 | 0 | 0.02 |
| HSL | 222º | 0.89% | 0.82% | - |
| HSV(B) | 222º | 0.32% | 0.98% | - |
| XYZ | 53.12 | 54.03 | 98.07 | - |
| YUV | 193.21 | 160.05 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 194 | 250 | 0.32 | 0.22 | 0 | 0.02 | 222 | 0.89 | 0.82 |
| Hex | AA | C2 | FA | 20 | 16 | 0 | 2 | DE | 59 | 52 |
| Octal | 252 | 302 | 372 | 40 | 26 | 0 | 2 | 336 | 131 | 122 |
| Binary | 10101010 | 11000010 | 11111010 | 100000 | 10110 | 0 | 10 | 11011110 | 1011001 | 1010010 |
Color Harmonies of #AAC2FA
Complementary color
Monochromatic Colors of #AAC2FA
Black with #AAC2FA
Text Example
Text Example
White with #AAC2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC2FA; }
p { color: rgb(170,194,250); }
H1.HeaderClassName
{
color: #AAC2FA;
}
.AnyTagClassName
{
color: #AAC2FA;
}
</style>
background-color css
<style>
a { background-color: #AAC2FA; }
a { background-color: rgb(170,194,250); }
div.DivClassName
{
background-color: #AAC2FA;
}
.BgClassName
{
background-color: #AAC2FA;
}
</style>
border-color css
<style>
span { border-color: #AAC2FA; }
span { border-color: rgb(170,194,250); }
td.TdClassName
{
border-color: #AAC2FA;
}
.TagClassName
{
border-color: #AAC2FA;
}
</style>