Shades of Tropical Blue #ACC7E6
Tints of Tropical Blue #ACC7E6
RGB
CMYK
RGB Variations
Color information
#ACC7E6 (or 0xACC7E6) is known color: Tropical Blue. HEX triplet: AC, C7 and E6. RGB value is (172,199,230). Sum of RGB (Red+Green+Blue) = 172+199+230=601 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.62% from 601); Green value is 199 (78.12% from 255 or 33.11% from 601); Blue value is 230 (90.23% from 255 or 38.27% from 601); Max value from RGB is 230 - color contains mainly: blue. Hex color #ACC7E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC7E6 is #533819. Grayscale: #C2C2C2. Windows color (decimal): -5453850 or 15124396. OLE color: 15124396.
HSL color Cylindrical-coordinate representation of color #ACC7E6: hue angle of 212.07º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACC7E6 is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 199 | 230 | - |
| CMYK | 0.25 | 0.13 | 0 | 0.10 |
| HSL | 212.07º | 0.54% | 0.79% | - |
| HSV(B) | 212.07º | 0.25% | 0.9% | - |
| XYZ | 51.72 | 55.33 | 82.82 | - |
| YUV | 194.46 | 148.05 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 199 | 230 | 0.25 | 0.13 | 0 | 0.10 | 212.07 | 0.54 | 0.79 |
| Hex | AC | C7 | E6 | 19 | D | 0 | A | D4 | 36 | 4F |
| Octal | 254 | 307 | 346 | 31 | 15 | 0 | 12 | 324 | 66 | 117 |
| Binary | 10101100 | 11000111 | 11100110 | 11001 | 1101 | 0 | 1010 | 11010100 | 110110 | 1001111 |
Color Harmonies of #ACC7E6
Complementary color
Monochromatic Colors of #ACC7E6
Black with #ACC7E6
Text Example
Text Example
White with #ACC7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC7E6; }
p { color: rgb(172,199,230); }
H1.HeaderClassName
{
color: #ACC7E6;
}
.AnyTagClassName
{
color: #ACC7E6;
}
</style>
background-color css
<style>
a { background-color: #ACC7E6; }
a { background-color: rgb(172,199,230); }
div.DivClassName
{
background-color: #ACC7E6;
}
.BgClassName
{
background-color: #ACC7E6;
}
</style>
border-color css
<style>
span { border-color: #ACC7E6; }
span { border-color: rgb(172,199,230); }
td.TdClassName
{
border-color: #ACC7E6;
}
.TagClassName
{
border-color: #ACC7E6;
}
</style>