Shades of Tropical Blue #AAC2ED
Tints of Tropical Blue #AAC2ED
RGB
CMYK
RGB Variations
Color information
#AAC2ED (or 0xAAC2ED) is known color: Tropical Blue. HEX triplet: AA, C2 and ED. RGB value is (170,194,237). Sum of RGB (Red+Green+Blue) = 170+194+237=601 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.29% from 601); Green value is 194 (76.17% from 255 or 32.28% from 601); Blue value is 237 (92.97% from 255 or 39.43% from 601); Max value from RGB is 237 - color contains mainly: blue. Hex color #AAC2ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC2ED is #553D12. Grayscale: #BFBFBF. Windows color (decimal): -5586195 or 15581866. OLE color: 15581866.
HSL color Cylindrical-coordinate representation of color #AAC2ED: hue angle of 218.51º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAC2ED is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 194 | 237 | - |
| CMYK | 0.28 | 0.18 | 0 | 0.07 |
| HSL | 218.51º | 0.65% | 0.8% | - |
| HSV(B) | 218.51º | 0.28% | 0.93% | - |
| XYZ | 51.16 | 53.24 | 87.7 | - |
| YUV | 191.73 | 153.55 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 194 | 237 | 0.28 | 0.18 | 0 | 0.07 | 218.51 | 0.65 | 0.8 |
| Hex | AA | C2 | ED | 1C | 12 | 0 | 7 | DB | 41 | 50 |
| Octal | 252 | 302 | 355 | 34 | 22 | 0 | 7 | 333 | 101 | 120 |
| Binary | 10101010 | 11000010 | 11101101 | 11100 | 10010 | 0 | 111 | 11011011 | 1000001 | 1010000 |
Color Harmonies of #AAC2ED
Complementary color
Monochromatic Colors of #AAC2ED
Black with #AAC2ED
Text Example
Text Example
White with #AAC2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC2ED; }
p { color: rgb(170,194,237); }
H1.HeaderClassName
{
color: #AAC2ED;
}
.AnyTagClassName
{
color: #AAC2ED;
}
</style>
background-color css
<style>
a { background-color: #AAC2ED; }
a { background-color: rgb(170,194,237); }
div.DivClassName
{
background-color: #AAC2ED;
}
.BgClassName
{
background-color: #AAC2ED;
}
</style>
border-color css
<style>
span { border-color: #AAC2ED; }
span { border-color: rgb(170,194,237); }
td.TdClassName
{
border-color: #AAC2ED;
}
.TagClassName
{
border-color: #AAC2ED;
}
</style>