Shades of Tropical Blue #ACC1EB
Tints of Tropical Blue #ACC1EB
RGB
CMYK
RGB Variations
Color information
#ACC1EB (or 0xACC1EB) is known color: Tropical Blue. HEX triplet: AC, C1 and EB. RGB value is (172,193,235). Sum of RGB (Red+Green+Blue) = 172+193+235=600 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.67% from 600); Green value is 193 (75.78% from 255 or 32.17% from 600); Blue value is 235 (92.19% from 255 or 39.17% from 600); Max value from RGB is 235 - color contains mainly: blue. Hex color #ACC1EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC1EB is #533E14. Grayscale: #BFBFBF. Windows color (decimal): -5455381 or 15450540. OLE color: 15450540.
HSL color Cylindrical-coordinate representation of color #ACC1EB: hue angle of 220º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACC1EB is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 193 | 235 | - |
| CMYK | 0.27 | 0.18 | 0 | 0.08 |
| HSL | 220º | 0.61% | 0.8% | - |
| HSV(B) | 220º | 0.27% | 0.92% | - |
| XYZ | 51.08 | 52.91 | 86.12 | - |
| YUV | 191.51 | 152.54 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 193 | 235 | 0.27 | 0.18 | 0 | 0.08 | 220 | 0.61 | 0.8 |
| Hex | AC | C1 | EB | 1B | 12 | 0 | 8 | DC | 3D | 50 |
| Octal | 254 | 301 | 353 | 33 | 22 | 0 | 10 | 334 | 75 | 120 |
| Binary | 10101100 | 11000001 | 11101011 | 11011 | 10010 | 0 | 1000 | 11011100 | 111101 | 1010000 |
Color Harmonies of #ACC1EB
Complementary color
Monochromatic Colors of #ACC1EB
Black with #ACC1EB
Text Example
Text Example
White with #ACC1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC1EB; }
p { color: rgb(172,193,235); }
H1.HeaderClassName
{
color: #ACC1EB;
}
.AnyTagClassName
{
color: #ACC1EB;
}
</style>
background-color css
<style>
a { background-color: #ACC1EB; }
a { background-color: rgb(172,193,235); }
div.DivClassName
{
background-color: #ACC1EB;
}
.BgClassName
{
background-color: #ACC1EB;
}
</style>
border-color css
<style>
span { border-color: #ACC1EB; }
span { border-color: rgb(172,193,235); }
td.TdClassName
{
border-color: #ACC1EB;
}
.TagClassName
{
border-color: #ACC1EB;
}
</style>