Shades of Tropical Blue #ACC6ED
Tints of Tropical Blue #ACC6ED
RGB
CMYK
RGB Variations
Color information
#ACC6ED (or 0xACC6ED) is known color: Tropical Blue. HEX triplet: AC, C6 and ED. RGB value is (172,198,237). Sum of RGB (Red+Green+Blue) = 172+198+237=607 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.34% from 607); Green value is 198 (77.73% from 255 or 32.62% from 607); Blue value is 237 (92.97% from 255 or 39.04% from 607); Max value from RGB is 237 - color contains mainly: blue. Hex color #ACC6ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC6ED is #533912. Grayscale: #C2C2C2. Windows color (decimal): -5454099 or 15582892. OLE color: 15582892.
HSL color Cylindrical-coordinate representation of color #ACC6ED: hue angle of 216º degrees, saturation: 0.64, 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 #ACC6ED is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 198 | 237 | - |
| CMYK | 0.27 | 0.16 | 0 | 0.07 |
| HSL | 216º | 0.64% | 0.8% | - |
| HSV(B) | 216º | 0.27% | 0.93% | - |
| XYZ | 52.49 | 55.27 | 88.02 | - |
| YUV | 194.67 | 151.89 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 198 | 237 | 0.27 | 0.16 | 0 | 0.07 | 216 | 0.64 | 0.8 |
| Hex | AC | C6 | ED | 1B | 10 | 0 | 7 | D8 | 40 | 50 |
| Octal | 254 | 306 | 355 | 33 | 20 | 0 | 7 | 330 | 100 | 120 |
| Binary | 10101100 | 11000110 | 11101101 | 11011 | 10000 | 0 | 111 | 11011000 | 1000000 | 1010000 |
Color Harmonies of #ACC6ED
Complementary color
Monochromatic Colors of #ACC6ED
Black with #ACC6ED
Text Example
Text Example
White with #ACC6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC6ED; }
p { color: rgb(172,198,237); }
H1.HeaderClassName
{
color: #ACC6ED;
}
.AnyTagClassName
{
color: #ACC6ED;
}
</style>
background-color css
<style>
a { background-color: #ACC6ED; }
a { background-color: rgb(172,198,237); }
div.DivClassName
{
background-color: #ACC6ED;
}
.BgClassName
{
background-color: #ACC6ED;
}
</style>
border-color css
<style>
span { border-color: #ACC6ED; }
span { border-color: rgb(172,198,237); }
td.TdClassName
{
border-color: #ACC6ED;
}
.TagClassName
{
border-color: #ACC6ED;
}
</style>