Shades of Tropical Blue #ACC5EC
Tints of Tropical Blue #ACC5EC
RGB
CMYK
RGB Variations
Color information
#ACC5EC (or 0xACC5EC) is known color: Tropical Blue. HEX triplet: AC, C5 and EC. RGB value is (172,197,236). Sum of RGB (Red+Green+Blue) = 172+197+236=605 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.43% from 605); Green value is 197 (77.34% from 255 or 32.56% from 605); Blue value is 236 (92.58% from 255 or 39.01% from 605); Max value from RGB is 236 - color contains mainly: blue. Hex color #ACC5EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC5EC is #533A13. Grayscale: #C1C1C1. Windows color (decimal): -5454356 or 15517100. OLE color: 15517100.
HSL color Cylindrical-coordinate representation of color #ACC5EC: hue angle of 216.56º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACC5EC is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 197 | 236 | - |
| CMYK | 0.27 | 0.17 | 0 | 0.07 |
| HSL | 216.56º | 0.63% | 0.8% | - |
| HSV(B) | 216.56º | 0.27% | 0.93% | - |
| XYZ | 52.12 | 54.76 | 87.18 | - |
| YUV | 193.97 | 151.72 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 197 | 236 | 0.27 | 0.17 | 0 | 0.07 | 216.56 | 0.63 | 0.8 |
| Hex | AC | C5 | EC | 1B | 11 | 0 | 7 | D9 | 3F | 50 |
| Octal | 254 | 305 | 354 | 33 | 21 | 0 | 7 | 331 | 77 | 120 |
| Binary | 10101100 | 11000101 | 11101100 | 11011 | 10001 | 0 | 111 | 11011001 | 111111 | 1010000 |
Color Harmonies of #ACC5EC
Complementary color
Monochromatic Colors of #ACC5EC
Black with #ACC5EC
Text Example
Text Example
White with #ACC5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC5EC; }
p { color: rgb(172,197,236); }
H1.HeaderClassName
{
color: #ACC5EC;
}
.AnyTagClassName
{
color: #ACC5EC;
}
</style>
background-color css
<style>
a { background-color: #ACC5EC; }
a { background-color: rgb(172,197,236); }
div.DivClassName
{
background-color: #ACC5EC;
}
.BgClassName
{
background-color: #ACC5EC;
}
</style>
border-color css
<style>
span { border-color: #ACC5EC; }
span { border-color: rgb(172,197,236); }
td.TdClassName
{
border-color: #ACC5EC;
}
.TagClassName
{
border-color: #ACC5EC;
}
</style>