Shades of Tropical Blue #AAC6F1
Tints of Tropical Blue #AAC6F1
RGB
CMYK
RGB Variations
Color information
#AAC6F1 (or 0xAAC6F1) is known color: Tropical Blue. HEX triplet: AA, C6 and F1. RGB value is (170,198,241). Sum of RGB (Red+Green+Blue) = 170+198+241=609 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.91% from 609); Green value is 198 (77.73% from 255 or 32.51% from 609); Blue value is 241 (94.53% from 255 or 39.57% from 609); Max value from RGB is 241 - color contains mainly: blue. Hex color #AAC6F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC6F1 is #55390E. Grayscale: #C2C2C2. Windows color (decimal): -5585167 or 15845034. OLE color: 15845034.
HSL color Cylindrical-coordinate representation of color #AAC6F1: hue angle of 216.34º 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 #AAC6F1 is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 198 | 241 | - |
| CMYK | 0.29 | 0.18 | 0 | 0.05 |
| HSL | 216.34º | 0.72% | 0.81% | - |
| HSV(B) | 216.34º | 0.29% | 0.95% | - |
| XYZ | 52.65 | 55.29 | 91.12 | - |
| YUV | 194.53 | 154.22 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 198 | 241 | 0.29 | 0.18 | 0 | 0.05 | 216.34 | 0.72 | 0.81 |
| Hex | AA | C6 | F1 | 1D | 12 | 0 | 5 | D8 | 48 | 51 |
| Octal | 252 | 306 | 361 | 35 | 22 | 0 | 5 | 330 | 110 | 121 |
| Binary | 10101010 | 11000110 | 11110001 | 11101 | 10010 | 0 | 101 | 11011000 | 1001000 | 1010001 |
Color Harmonies of #AAC6F1
Complementary color
Monochromatic Colors of #AAC6F1
Black with #AAC6F1
Text Example
Text Example
White with #AAC6F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC6F1; }
p { color: rgb(170,198,241); }
H1.HeaderClassName
{
color: #AAC6F1;
}
.AnyTagClassName
{
color: #AAC6F1;
}
</style>
background-color css
<style>
a { background-color: #AAC6F1; }
a { background-color: rgb(170,198,241); }
div.DivClassName
{
background-color: #AAC6F1;
}
.BgClassName
{
background-color: #AAC6F1;
}
</style>
border-color css
<style>
span { border-color: #AAC6F1; }
span { border-color: rgb(170,198,241); }
td.TdClassName
{
border-color: #AAC6F1;
}
.TagClassName
{
border-color: #AAC6F1;
}
</style>