Shades of Tropical Blue #ACC4EC
Tints of Tropical Blue #ACC4EC
RGB
CMYK
RGB Variations
Color information
#ACC4EC (or 0xACC4EC) is known color: Tropical Blue. HEX triplet: AC, C4 and EC. RGB value is (172,196,236). Sum of RGB (Red+Green+Blue) = 172+196+236=604 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.48% from 604); Green value is 196 (76.95% from 255 or 32.45% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 236 - color contains mainly: blue. Hex color #ACC4EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC4EC is #533B13. Grayscale: #C1C1C1. Windows color (decimal): -5454612 or 15516844. OLE color: 15516844.
HSL color Cylindrical-coordinate representation of color #ACC4EC: hue angle of 217.5º 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 #ACC4EC is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 196 | 236 | - |
| CMYK | 0.27 | 0.17 | 0 | 0.07 |
| HSL | 217.5º | 0.63% | 0.8% | - |
| HSV(B) | 217.5º | 0.27% | 0.93% | - |
| XYZ | 51.89 | 54.31 | 87.1 | - |
| YUV | 193.38 | 152.05 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 196 | 236 | 0.27 | 0.17 | 0 | 0.07 | 217.5 | 0.63 | 0.8 |
| Hex | AC | C4 | EC | 1B | 11 | 0 | 7 | DA | 3F | 50 |
| Octal | 254 | 304 | 354 | 33 | 21 | 0 | 7 | 332 | 77 | 120 |
| Binary | 10101100 | 11000100 | 11101100 | 11011 | 10001 | 0 | 111 | 11011010 | 111111 | 1010000 |
Color Harmonies of #ACC4EC
Complementary color
Monochromatic Colors of #ACC4EC
Black with #ACC4EC
Text Example
Text Example
White with #ACC4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC4EC; }
p { color: rgb(172,196,236); }
H1.HeaderClassName
{
color: #ACC4EC;
}
.AnyTagClassName
{
color: #ACC4EC;
}
</style>
background-color css
<style>
a { background-color: #ACC4EC; }
a { background-color: rgb(172,196,236); }
div.DivClassName
{
background-color: #ACC4EC;
}
.BgClassName
{
background-color: #ACC4EC;
}
</style>
border-color css
<style>
span { border-color: #ACC4EC; }
span { border-color: rgb(172,196,236); }
td.TdClassName
{
border-color: #ACC4EC;
}
.TagClassName
{
border-color: #ACC4EC;
}
</style>