Shades of Tropical Blue #AAC2F1
Tints of Tropical Blue #AAC2F1
RGB
CMYK
RGB Variations
Color information
#AAC2F1 (or 0xAAC2F1) is known color: Tropical Blue. HEX triplet: AA, C2 and F1. RGB value is (170,194,241). Sum of RGB (Red+Green+Blue) = 170+194+241=605 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.10% from 605); Green value is 194 (76.17% from 255 or 32.07% from 605); Blue value is 241 (94.53% from 255 or 39.83% from 605); Max value from RGB is 241 - color contains mainly: blue. Hex color #AAC2F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC2F1 is #553D0E. Grayscale: #BFBFBF. Windows color (decimal): -5586191 or 15844010. OLE color: 15844010.
HSL color Cylindrical-coordinate representation of color #AAC2F1: hue angle of 219.72º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAC2F1 is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 194 | 241 | - |
| CMYK | 0.29 | 0.20 | 0 | 0.05 |
| HSL | 219.72º | 0.72% | 0.81% | - |
| HSV(B) | 219.72º | 0.29% | 0.95% | - |
| XYZ | 51.75 | 53.48 | 90.81 | - |
| YUV | 192.18 | 155.55 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 194 | 241 | 0.29 | 0.20 | 0 | 0.05 | 219.72 | 0.72 | 0.81 |
| Hex | AA | C2 | F1 | 1D | 14 | 0 | 5 | DC | 48 | 51 |
| Octal | 252 | 302 | 361 | 35 | 24 | 0 | 5 | 334 | 110 | 121 |
| Binary | 10101010 | 11000010 | 11110001 | 11101 | 10100 | 0 | 101 | 11011100 | 1001000 | 1010001 |
Color Harmonies of #AAC2F1
Complementary color
Monochromatic Colors of #AAC2F1
Black with #AAC2F1
Text Example
Text Example
White with #AAC2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC2F1; }
p { color: rgb(170,194,241); }
H1.HeaderClassName
{
color: #AAC2F1;
}
.AnyTagClassName
{
color: #AAC2F1;
}
</style>
background-color css
<style>
a { background-color: #AAC2F1; }
a { background-color: rgb(170,194,241); }
div.DivClassName
{
background-color: #AAC2F1;
}
.BgClassName
{
background-color: #AAC2F1;
}
</style>
border-color css
<style>
span { border-color: #AAC2F1; }
span { border-color: rgb(170,194,241); }
td.TdClassName
{
border-color: #AAC2F1;
}
.TagClassName
{
border-color: #AAC2F1;
}
</style>