Shades of Tropical Blue #AAC6F7
Tints of Tropical Blue #AAC6F7
RGB
CMYK
RGB Variations
Color information
#AAC6F7 (or 0xAAC6F7) is known color: Tropical Blue. HEX triplet: AA, C6 and F7. RGB value is (170,198,247). Sum of RGB (Red+Green+Blue) = 170+198+247=615 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.64% from 615); Green value is 198 (77.73% from 255 or 32.20% from 615); Blue value is 247 (96.88% from 255 or 40.16% from 615); Max value from RGB is 247 - color contains mainly: blue. Hex color #AAC6F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC6F7 is #553908. Grayscale: #C2C2C2. Windows color (decimal): -5585161 or 16238250. OLE color: 16238250.
HSL color Cylindrical-coordinate representation of color #AAC6F7: hue angle of 218.18º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAC6F7 is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 198 | 247 | - |
| CMYK | 0.31 | 0.20 | 0 | 0.03 |
| HSL | 218.18º | 0.83% | 0.82% | - |
| HSV(B) | 218.18º | 0.31% | 0.97% | - |
| XYZ | 53.56 | 55.65 | 95.91 | - |
| YUV | 195.21 | 157.22 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 198 | 247 | 0.31 | 0.20 | 0 | 0.03 | 218.18 | 0.83 | 0.82 |
| Hex | AA | C6 | F7 | 1F | 14 | 0 | 3 | DA | 53 | 52 |
| Octal | 252 | 306 | 367 | 37 | 24 | 0 | 3 | 332 | 123 | 122 |
| Binary | 10101010 | 11000110 | 11110111 | 11111 | 10100 | 0 | 11 | 11011010 | 1010011 | 1010010 |
Color Harmonies of #AAC6F7
Complementary color
Monochromatic Colors of #AAC6F7
Black with #AAC6F7
Text Example
Text Example
White with #AAC6F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC6F7; }
p { color: rgb(170,198,247); }
H1.HeaderClassName
{
color: #AAC6F7;
}
.AnyTagClassName
{
color: #AAC6F7;
}
</style>
background-color css
<style>
a { background-color: #AAC6F7; }
a { background-color: rgb(170,198,247); }
div.DivClassName
{
background-color: #AAC6F7;
}
.BgClassName
{
background-color: #AAC6F7;
}
</style>
border-color css
<style>
span { border-color: #AAC6F7; }
span { border-color: rgb(170,198,247); }
td.TdClassName
{
border-color: #AAC6F7;
}
.TagClassName
{
border-color: #AAC6F7;
}
</style>