Shades of Tropical Blue #AAC8F3
Tints of Tropical Blue #AAC8F3
RGB
CMYK
RGB Variations
Color information
#AAC8F3 (or 0xAAC8F3) is known color: Tropical Blue. HEX triplet: AA, C8 and F3. RGB value is (170,200,243). Sum of RGB (Red+Green+Blue) = 170+200+243=613 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.73% from 613); Green value is 200 (78.52% from 255 or 32.63% from 613); Blue value is 243 (95.31% from 255 or 39.64% from 613); Max value from RGB is 243 - color contains mainly: blue. Hex color #AAC8F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC8F3 is #55370C. Grayscale: #C3C3C3. Windows color (decimal): -5584653 or 15976618. OLE color: 15976618.
HSL color Cylindrical-coordinate representation of color #AAC8F3: hue angle of 215.34º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAC8F3 is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 200 | 243 | - |
| CMYK | 0.30 | 0.18 | 0 | 0.05 |
| HSL | 215.34º | 0.75% | 0.81% | - |
| HSV(B) | 215.34º | 0.3% | 0.95% | - |
| XYZ | 53.41 | 56.33 | 92.85 | - |
| YUV | 195.93 | 154.56 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 200 | 243 | 0.30 | 0.18 | 0 | 0.05 | 215.34 | 0.75 | 0.81 |
| Hex | AA | C8 | F3 | 1E | 12 | 0 | 5 | D7 | 4B | 51 |
| Octal | 252 | 310 | 363 | 36 | 22 | 0 | 5 | 327 | 113 | 121 |
| Binary | 10101010 | 11001000 | 11110011 | 11110 | 10010 | 0 | 101 | 11010111 | 1001011 | 1010001 |
Color Harmonies of #AAC8F3
Complementary color
Monochromatic Colors of #AAC8F3
Black with #AAC8F3
Text Example
Text Example
White with #AAC8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC8F3; }
p { color: rgb(170,200,243); }
H1.HeaderClassName
{
color: #AAC8F3;
}
.AnyTagClassName
{
color: #AAC8F3;
}
</style>
background-color css
<style>
a { background-color: #AAC8F3; }
a { background-color: rgb(170,200,243); }
div.DivClassName
{
background-color: #AAC8F3;
}
.BgClassName
{
background-color: #AAC8F3;
}
</style>
border-color css
<style>
span { border-color: #AAC8F3; }
span { border-color: rgb(170,200,243); }
td.TdClassName
{
border-color: #AAC8F3;
}
.TagClassName
{
border-color: #AAC8F3;
}
</style>