Shades of Tropical Blue #ACC7EC
Tints of Tropical Blue #ACC7EC
RGB
CMYK
RGB Variations
Color information
#ACC7EC (or 0xACC7EC) is known color: Tropical Blue. HEX triplet: AC, C7 and EC. RGB value is (172,199,236). Sum of RGB (Red+Green+Blue) = 172+199+236=607 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.34% from 607); Green value is 199 (78.12% from 255 or 32.78% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 236 - color contains mainly: blue. Hex color #ACC7EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC7EC is #533813. Grayscale: #C2C2C2. Windows color (decimal): -5453844 or 15517612. OLE color: 15517612.
HSL color Cylindrical-coordinate representation of color #ACC7EC: hue angle of 214.69º 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 #ACC7EC is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 199 | 236 | - |
| CMYK | 0.27 | 0.16 | 0 | 0.07 |
| HSL | 214.69º | 0.63% | 0.8% | - |
| HSV(B) | 214.69º | 0.27% | 0.93% | - |
| XYZ | 52.58 | 55.67 | 87.33 | - |
| YUV | 195.15 | 151.05 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 199 | 236 | 0.27 | 0.16 | 0 | 0.07 | 214.69 | 0.63 | 0.8 |
| Hex | AC | C7 | EC | 1B | 10 | 0 | 7 | D7 | 3F | 50 |
| Octal | 254 | 307 | 354 | 33 | 20 | 0 | 7 | 327 | 77 | 120 |
| Binary | 10101100 | 11000111 | 11101100 | 11011 | 10000 | 0 | 111 | 11010111 | 111111 | 1010000 |
Color Harmonies of #ACC7EC
Complementary color
Monochromatic Colors of #ACC7EC
Black with #ACC7EC
Text Example
Text Example
White with #ACC7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC7EC; }
p { color: rgb(172,199,236); }
H1.HeaderClassName
{
color: #ACC7EC;
}
.AnyTagClassName
{
color: #ACC7EC;
}
</style>
background-color css
<style>
a { background-color: #ACC7EC; }
a { background-color: rgb(172,199,236); }
div.DivClassName
{
background-color: #ACC7EC;
}
.BgClassName
{
background-color: #ACC7EC;
}
</style>
border-color css
<style>
span { border-color: #ACC7EC; }
span { border-color: rgb(172,199,236); }
td.TdClassName
{
border-color: #ACC7EC;
}
.TagClassName
{
border-color: #ACC7EC;
}
</style>