Shades of Tropical Blue #AAC8F1
Tints of Tropical Blue #AAC8F1
RGB
CMYK
RGB Variations
Color information
#AAC8F1 (or 0xAAC8F1) is known color: Tropical Blue. HEX triplet: AA, C8 and F1. RGB value is (170,200,241). Sum of RGB (Red+Green+Blue) = 170+200+241=611 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.82% from 611); Green value is 200 (78.52% from 255 or 32.73% from 611); Blue value is 241 (94.53% from 255 or 39.44% from 611); Max value from RGB is 241 - color contains mainly: blue. Hex color #AAC8F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC8F1 is #55370E. Grayscale: #C3C3C3. Windows color (decimal): -5584655 or 15845546. OLE color: 15845546.
HSL color Cylindrical-coordinate representation of color #AAC8F1: hue angle of 214.65º 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 #AAC8F1 is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 200 | 241 | - |
| CMYK | 0.29 | 0.17 | 0 | 0.05 |
| HSL | 214.65º | 0.72% | 0.81% | - |
| HSV(B) | 214.65º | 0.29% | 0.95% | - |
| XYZ | 53.11 | 56.21 | 91.27 | - |
| YUV | 195.7 | 153.56 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 200 | 241 | 0.29 | 0.17 | 0 | 0.05 | 214.65 | 0.72 | 0.81 |
| Hex | AA | C8 | F1 | 1D | 11 | 0 | 5 | D7 | 48 | 51 |
| Octal | 252 | 310 | 361 | 35 | 21 | 0 | 5 | 327 | 110 | 121 |
| Binary | 10101010 | 11001000 | 11110001 | 11101 | 10001 | 0 | 101 | 11010111 | 1001000 | 1010001 |
Color Harmonies of #AAC8F1
Complementary color
Monochromatic Colors of #AAC8F1
Black with #AAC8F1
Text Example
Text Example
White with #AAC8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC8F1; }
p { color: rgb(170,200,241); }
H1.HeaderClassName
{
color: #AAC8F1;
}
.AnyTagClassName
{
color: #AAC8F1;
}
</style>
background-color css
<style>
a { background-color: #AAC8F1; }
a { background-color: rgb(170,200,241); }
div.DivClassName
{
background-color: #AAC8F1;
}
.BgClassName
{
background-color: #AAC8F1;
}
</style>
border-color css
<style>
span { border-color: #AAC8F1; }
span { border-color: rgb(170,200,241); }
td.TdClassName
{
border-color: #AAC8F1;
}
.TagClassName
{
border-color: #AAC8F1;
}
</style>