Shades of Tropical Blue #AAC5E5
Tints of Tropical Blue #AAC5E5
RGB
CMYK
RGB Variations
Color information
#AAC5E5 (or 0xAAC5E5) is known color: Tropical Blue. HEX triplet: AA, C5 and E5. RGB value is (170,197,229). Sum of RGB (Red+Green+Blue) = 170+197+229=596 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.52% from 596); Green value is 197 (77.34% from 255 or 33.05% from 596); Blue value is 229 (89.84% from 255 or 38.42% from 596); Max value from RGB is 229 - color contains mainly: blue. Hex color #AAC5E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC5E5 is #553A1A. Grayscale: #C0C0C0. Windows color (decimal): -5585435 or 15058346. OLE color: 15058346.
HSL color Cylindrical-coordinate representation of color #AAC5E5: hue angle of 212.54º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAC5E5 is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 170 | 197 | 229 | - |
CMYK | 0.26 | 0.14 | 0 | 0.10 |
HSL | 212.54º | 0.53% | 0.78% | - |
HSV(B) | 212.54º | 0.26% | 0.9% | - |
XYZ | 50.69 | 54.14 | 81.91 | - |
YUV | 192.58 | 148.55 | 111.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 197 | 229 | 0.26 | 0.14 | 0 | 0.10 | 212.54 | 0.53 | 0.78 |
Hex | AA | C5 | E5 | 1A | E | 0 | A | D5 | 35 | 4E |
Octal | 252 | 305 | 345 | 32 | 16 | 0 | 12 | 325 | 65 | 116 |
Binary | 10101010 | 11000101 | 11100101 | 11010 | 1110 | 0 | 1010 | 11010101 | 110101 | 1001110 |
Color Harmonies of #AAC5E5
Complementary color
Monochromatic Colors of #AAC5E5
Black with #AAC5E5
Text Example
Text Example
White with #AAC5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC5E5; }
p { color: rgb(170,197,229); }
H1.HeaderClassName
{
color: #AAC5E5;
}
.AnyTagClassName
{
color: #AAC5E5;
}
</style>
background-color css
<style>
a { background-color: #AAC5E5; }
a { background-color: rgb(170,197,229); }
div.DivClassName
{
background-color: #AAC5E5;
}
.BgClassName
{
background-color: #AAC5E5;
}
</style>
border-color css
<style>
span { border-color: #AAC5E5; }
span { border-color: rgb(170,197,229); }
td.TdClassName
{
border-color: #AAC5E5;
}
.TagClassName
{
border-color: #AAC5E5;
}
</style>