Shades of Tropical Blue #AAC4F0
Tints of Tropical Blue #AAC4F0
RGB
CMYK
RGB Variations
Color information
#AAC4F0 (or 0xAAC4F0) is known color: Tropical Blue. HEX triplet: AA, C4 and F0. RGB value is (170,196,240). Sum of RGB (Red+Green+Blue) = 170+196+240=606 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.05% from 606); Green value is 196 (76.95% from 255 or 32.34% from 606); Blue value is 240 (94.14% from 255 or 39.60% from 606); Max value from RGB is 240 - color contains mainly: blue. Hex color #AAC4F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC4F0 is #553B0F. Grayscale: #C1C1C1. Windows color (decimal): -5585680 or 15778986. OLE color: 15778986.
HSL color Cylindrical-coordinate representation of color #AAC4F0: hue angle of 217.71º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAC4F0 is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 196 | 240 | - |
| CMYK | 0.29 | 0.18 | 0 | 0.06 |
| HSL | 217.71º | 0.7% | 0.8% | - |
| HSV(B) | 217.71º | 0.29% | 0.94% | - |
| XYZ | 52.05 | 54.32 | 90.18 | - |
| YUV | 193.24 | 154.39 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 196 | 240 | 0.29 | 0.18 | 0 | 0.06 | 217.71 | 0.7 | 0.8 |
| Hex | AA | C4 | F0 | 1D | 12 | 0 | 6 | DA | 46 | 50 |
| Octal | 252 | 304 | 360 | 35 | 22 | 0 | 6 | 332 | 106 | 120 |
| Binary | 10101010 | 11000100 | 11110000 | 11101 | 10010 | 0 | 110 | 11011010 | 1000110 | 1010000 |
Color Harmonies of #AAC4F0
Complementary color
Monochromatic Colors of #AAC4F0
Black with #AAC4F0
Text Example
Text Example
White with #AAC4F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC4F0; }
p { color: rgb(170,196,240); }
H1.HeaderClassName
{
color: #AAC4F0;
}
.AnyTagClassName
{
color: #AAC4F0;
}
</style>
background-color css
<style>
a { background-color: #AAC4F0; }
a { background-color: rgb(170,196,240); }
div.DivClassName
{
background-color: #AAC4F0;
}
.BgClassName
{
background-color: #AAC4F0;
}
</style>
border-color css
<style>
span { border-color: #AAC4F0; }
span { border-color: rgb(170,196,240); }
td.TdClassName
{
border-color: #AAC4F0;
}
.TagClassName
{
border-color: #AAC4F0;
}
</style>