Shades of Tropical Blue #ACC3EC
Tints of Tropical Blue #ACC3EC
RGB
CMYK
RGB Variations
Color information
#ACC3EC (or 0xACC3EC) is known color: Tropical Blue. HEX triplet: AC, C3 and EC. RGB value is (172,195,236). Sum of RGB (Red+Green+Blue) = 172+195+236=603 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.52% from 603); Green value is 195 (76.56% from 255 or 32.34% from 603); Blue value is 236 (92.58% from 255 or 39.14% from 603); Max value from RGB is 236 - color contains mainly: blue. Hex color #ACC3EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC3EC is #533C13. Grayscale: #C0C0C0. Windows color (decimal): -5454868 or 15516588. OLE color: 15516588.
HSL color Cylindrical-coordinate representation of color #ACC3EC: hue angle of 218.44º 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 #ACC3EC is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 195 | 236 | - |
| CMYK | 0.27 | 0.17 | 0 | 0.07 |
| HSL | 218.44º | 0.63% | 0.8% | - |
| HSV(B) | 218.44º | 0.27% | 0.93% | - |
| XYZ | 51.67 | 53.86 | 87.03 | - |
| YUV | 192.8 | 152.38 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 195 | 236 | 0.27 | 0.17 | 0 | 0.07 | 218.44 | 0.63 | 0.8 |
| Hex | AC | C3 | EC | 1B | 11 | 0 | 7 | DA | 3F | 50 |
| Octal | 254 | 303 | 354 | 33 | 21 | 0 | 7 | 332 | 77 | 120 |
| Binary | 10101100 | 11000011 | 11101100 | 11011 | 10001 | 0 | 111 | 11011010 | 111111 | 1010000 |
Color Harmonies of #ACC3EC
Complementary color
Monochromatic Colors of #ACC3EC
Black with #ACC3EC
Text Example
Text Example
White with #ACC3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC3EC; }
p { color: rgb(172,195,236); }
H1.HeaderClassName
{
color: #ACC3EC;
}
.AnyTagClassName
{
color: #ACC3EC;
}
</style>
background-color css
<style>
a { background-color: #ACC3EC; }
a { background-color: rgb(172,195,236); }
div.DivClassName
{
background-color: #ACC3EC;
}
.BgClassName
{
background-color: #ACC3EC;
}
</style>
border-color css
<style>
span { border-color: #ACC3EC; }
span { border-color: rgb(172,195,236); }
td.TdClassName
{
border-color: #ACC3EC;
}
.TagClassName
{
border-color: #ACC3EC;
}
</style>