Shades of Tropical Blue #AAC8F6
Tints of Tropical Blue #AAC8F6
RGB
CMYK
RGB Variations
Color information
#AAC8F6 (or 0xAAC8F6) is known color: Tropical Blue. HEX triplet: AA, C8 and F6. RGB value is (170,200,246). Sum of RGB (Red+Green+Blue) = 170+200+246=616 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.60% from 616); Green value is 200 (78.52% from 255 or 32.47% from 616); Blue value is 246 (96.48% from 255 or 39.94% from 616); Max value from RGB is 246 - color contains mainly: blue. Hex color #AAC8F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC8F6 is #553709. Grayscale: #C4C4C4. Windows color (decimal): -5584650 or 16173226. OLE color: 16173226.
HSL color Cylindrical-coordinate representation of color #AAC8F6: hue angle of 216.32º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAC8F6 is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 200 | 246 | - |
| CMYK | 0.31 | 0.19 | 0 | 0.04 |
| HSL | 216.32º | 0.81% | 0.82% | - |
| HSV(B) | 216.32º | 0.31% | 0.96% | - |
| XYZ | 53.87 | 56.51 | 95.26 | - |
| YUV | 196.27 | 156.06 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 200 | 246 | 0.31 | 0.19 | 0 | 0.04 | 216.32 | 0.81 | 0.82 |
| Hex | AA | C8 | F6 | 1F | 13 | 0 | 4 | D8 | 51 | 52 |
| Octal | 252 | 310 | 366 | 37 | 23 | 0 | 4 | 330 | 121 | 122 |
| Binary | 10101010 | 11001000 | 11110110 | 11111 | 10011 | 0 | 100 | 11011000 | 1010001 | 1010010 |
Color Harmonies of #AAC8F6
Complementary color
Monochromatic Colors of #AAC8F6
Black with #AAC8F6
Text Example
Text Example
White with #AAC8F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC8F6; }
p { color: rgb(170,200,246); }
H1.HeaderClassName
{
color: #AAC8F6;
}
.AnyTagClassName
{
color: #AAC8F6;
}
</style>
background-color css
<style>
a { background-color: #AAC8F6; }
a { background-color: rgb(170,200,246); }
div.DivClassName
{
background-color: #AAC8F6;
}
.BgClassName
{
background-color: #AAC8F6;
}
</style>
border-color css
<style>
span { border-color: #AAC8F6; }
span { border-color: rgb(170,200,246); }
td.TdClassName
{
border-color: #AAC8F6;
}
.TagClassName
{
border-color: #AAC8F6;
}
</style>