Shades of Tropical Blue #AAC4ED
Tints of Tropical Blue #AAC4ED
RGB
CMYK
RGB Variations
Color information
#AAC4ED (or 0xAAC4ED) is known color: Tropical Blue. HEX triplet: AA, C4 and ED. RGB value is (170,196,237). Sum of RGB (Red+Green+Blue) = 170+196+237=603 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.19% from 603); Green value is 196 (76.95% from 255 or 32.50% from 603); Blue value is 237 (92.97% from 255 or 39.30% from 603); Max value from RGB is 237 - color contains mainly: blue. Hex color #AAC4ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC4ED is #553B12. Grayscale: #C0C0C0. Windows color (decimal): -5585683 or 15582378. OLE color: 15582378.
HSL color Cylindrical-coordinate representation of color #AAC4ED: hue angle of 216.72º 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 #AAC4ED is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 170 | 196 | 237 | - |
CMYK | 0.28 | 0.17 | 0 | 0.07 |
HSL | 216.72º | 0.65% | 0.8% | - |
HSV(B) | 216.72º | 0.28% | 0.93% | - |
XYZ | 51.6 | 54.14 | 87.85 | - |
YUV | 192.9 | 152.89 | 111.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 196 | 237 | 0.28 | 0.17 | 0 | 0.07 | 216.72 | 0.65 | 0.8 |
Hex | AA | C4 | ED | 1C | 11 | 0 | 7 | D9 | 41 | 50 |
Octal | 252 | 304 | 355 | 34 | 21 | 0 | 7 | 331 | 101 | 120 |
Binary | 10101010 | 11000100 | 11101101 | 11100 | 10001 | 0 | 111 | 11011001 | 1000001 | 1010000 |
Color Harmonies of #AAC4ED
Complementary color
Monochromatic Colors of #AAC4ED
Black with #AAC4ED
Text Example
Text Example
White with #AAC4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC4ED; }
p { color: rgb(170,196,237); }
H1.HeaderClassName
{
color: #AAC4ED;
}
.AnyTagClassName
{
color: #AAC4ED;
}
</style>
background-color css
<style>
a { background-color: #AAC4ED; }
a { background-color: rgb(170,196,237); }
div.DivClassName
{
background-color: #AAC4ED;
}
.BgClassName
{
background-color: #AAC4ED;
}
</style>
border-color css
<style>
span { border-color: #AAC4ED; }
span { border-color: rgb(170,196,237); }
td.TdClassName
{
border-color: #AAC4ED;
}
.TagClassName
{
border-color: #AAC4ED;
}
</style>