Shades of Tropical Blue #AAC7EE
Tints of Tropical Blue #AAC7EE
RGB
CMYK
RGB Variations
Color information
#AAC7EE (or 0xAAC7EE) is known color: Tropical Blue. HEX triplet: AA, C7 and EE. RGB value is (170,199,238). Sum of RGB (Red+Green+Blue) = 170+199+238=607 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.01% from 607); Green value is 199 (78.12% from 255 or 32.78% from 607); Blue value is 238 (93.36% from 255 or 39.21% from 607); Max value from RGB is 238 - color contains mainly: blue. Hex color #AAC7EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC7EE is #553811. Grayscale: #C2C2C2. Windows color (decimal): -5584914 or 15648682. OLE color: 15648682.
HSL color Cylindrical-coordinate representation of color #AAC7EE: hue angle of 214.41º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAC7EE is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 199 | 238 | - |
| CMYK | 0.29 | 0.16 | 0 | 0.07 |
| HSL | 214.41º | 0.67% | 0.8% | - |
| HSV(B) | 214.41º | 0.29% | 0.93% | - |
| XYZ | 52.43 | 55.57 | 88.85 | - |
| YUV | 194.78 | 152.39 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 199 | 238 | 0.29 | 0.16 | 0 | 0.07 | 214.41 | 0.67 | 0.8 |
| Hex | AA | C7 | EE | 1D | 10 | 0 | 7 | D6 | 43 | 50 |
| Octal | 252 | 307 | 356 | 35 | 20 | 0 | 7 | 326 | 103 | 120 |
| Binary | 10101010 | 11000111 | 11101110 | 11101 | 10000 | 0 | 111 | 11010110 | 1000011 | 1010000 |
Color Harmonies of #AAC7EE
Complementary color
Monochromatic Colors of #AAC7EE
Black with #AAC7EE
Text Example
Text Example
White with #AAC7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC7EE; }
p { color: rgb(170,199,238); }
H1.HeaderClassName
{
color: #AAC7EE;
}
.AnyTagClassName
{
color: #AAC7EE;
}
</style>
background-color css
<style>
a { background-color: #AAC7EE; }
a { background-color: rgb(170,199,238); }
div.DivClassName
{
background-color: #AAC7EE;
}
.BgClassName
{
background-color: #AAC7EE;
}
</style>
border-color css
<style>
span { border-color: #AAC7EE; }
span { border-color: rgb(170,199,238); }
td.TdClassName
{
border-color: #AAC7EE;
}
.TagClassName
{
border-color: #AAC7EE;
}
</style>