Shades of Tropical Blue #AAC8F2
Tints of Tropical Blue #AAC8F2
RGB
CMYK
RGB Variations
Color information
#AAC8F2 (or 0xAAC8F2) is known color: Tropical Blue. HEX triplet: AA, C8 and F2. RGB value is (170,200,242). Sum of RGB (Red+Green+Blue) = 170+200+242=612 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.78% from 612); Green value is 200 (78.52% from 255 or 32.68% from 612); Blue value is 242 (94.92% from 255 or 39.54% from 612); Max value from RGB is 242 - color contains mainly: blue. Hex color #AAC8F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC8F2 is #55370D. Grayscale: #C3C3C3. Windows color (decimal): -5584654 or 15911082. OLE color: 15911082.
HSL color Cylindrical-coordinate representation of color #AAC8F2: hue angle of 215º degrees, saturation: 0.73, 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 #AAC8F2 is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 200 | 242 | - |
| CMYK | 0.30 | 0.17 | 0 | 0.05 |
| HSL | 215º | 0.73% | 0.81% | - |
| HSV(B) | 215º | 0.3% | 0.95% | - |
| XYZ | 53.26 | 56.27 | 92.06 | - |
| YUV | 195.82 | 154.06 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 200 | 242 | 0.30 | 0.17 | 0 | 0.05 | 215 | 0.73 | 0.81 |
| Hex | AA | C8 | F2 | 1E | 11 | 0 | 5 | D7 | 49 | 51 |
| Octal | 252 | 310 | 362 | 36 | 21 | 0 | 5 | 327 | 111 | 121 |
| Binary | 10101010 | 11001000 | 11110010 | 11110 | 10001 | 0 | 101 | 11010111 | 1001001 | 1010001 |
Color Harmonies of #AAC8F2
Complementary color
Monochromatic Colors of #AAC8F2
Black with #AAC8F2
Text Example
Text Example
White with #AAC8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC8F2; }
p { color: rgb(170,200,242); }
H1.HeaderClassName
{
color: #AAC8F2;
}
.AnyTagClassName
{
color: #AAC8F2;
}
</style>
background-color css
<style>
a { background-color: #AAC8F2; }
a { background-color: rgb(170,200,242); }
div.DivClassName
{
background-color: #AAC8F2;
}
.BgClassName
{
background-color: #AAC8F2;
}
</style>
border-color css
<style>
span { border-color: #AAC8F2; }
span { border-color: rgb(170,200,242); }
td.TdClassName
{
border-color: #AAC8F2;
}
.TagClassName
{
border-color: #AAC8F2;
}
</style>