Shades of Tropical Blue #ACC1E8
Tints of Tropical Blue #ACC1E8
RGB
CMYK
RGB Variations
Color information
#ACC1E8 (or 0xACC1E8) is known color: Tropical Blue. HEX triplet: AC, C1 and E8. RGB value is (172,193,232). Sum of RGB (Red+Green+Blue) = 172+193+232=597 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.81% from 597); Green value is 193 (75.78% from 255 or 32.33% from 597); Blue value is 232 (91.02% from 255 or 38.86% from 597); Max value from RGB is 232 - color contains mainly: blue. Hex color #ACC1E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC1E8 is #533E17. Grayscale: #BEBEBE. Windows color (decimal): -5455384 or 15253932. OLE color: 15253932.
HSL color Cylindrical-coordinate representation of color #ACC1E8: hue angle of 219º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACC1E8 is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 193 | 232 | - |
| CMYK | 0.26 | 0.17 | 0 | 0.09 |
| HSL | 219º | 0.57% | 0.79% | - |
| HSV(B) | 219º | 0.26% | 0.91% | - |
| XYZ | 50.65 | 52.74 | 83.85 | - |
| YUV | 191.17 | 151.04 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 193 | 232 | 0.26 | 0.17 | 0 | 0.09 | 219 | 0.57 | 0.79 |
| Hex | AC | C1 | E8 | 1A | 11 | 0 | 9 | DB | 39 | 4F |
| Octal | 254 | 301 | 350 | 32 | 21 | 0 | 11 | 333 | 71 | 117 |
| Binary | 10101100 | 11000001 | 11101000 | 11010 | 10001 | 0 | 1001 | 11011011 | 111001 | 1001111 |
Color Harmonies of #ACC1E8
Complementary color
Monochromatic Colors of #ACC1E8
Black with #ACC1E8
Text Example
Text Example
White with #ACC1E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC1E8; }
p { color: rgb(172,193,232); }
H1.HeaderClassName
{
color: #ACC1E8;
}
.AnyTagClassName
{
color: #ACC1E8;
}
</style>
background-color css
<style>
a { background-color: #ACC1E8; }
a { background-color: rgb(172,193,232); }
div.DivClassName
{
background-color: #ACC1E8;
}
.BgClassName
{
background-color: #ACC1E8;
}
</style>
border-color css
<style>
span { border-color: #ACC1E8; }
span { border-color: rgb(172,193,232); }
td.TdClassName
{
border-color: #ACC1E8;
}
.TagClassName
{
border-color: #ACC1E8;
}
</style>