Shades of Tropical Blue #ACC7FF
Tints of Tropical Blue #ACC7FF
RGB
CMYK
RGB Variations
Color information
#ACC7FF (or 0xACC7FF) is known color: Tropical Blue. HEX triplet: AC, C7 and FF. RGB value is (172,199,255). Sum of RGB (Red+Green+Blue) = 172+199+255=626 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.48% from 626); Green value is 199 (78.12% from 255 or 31.79% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACC7FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC7FF is #533800. Grayscale: #C5C5C5. Windows color (decimal): -5453825 or 16762796. OLE color: 16762796.
HSL color Cylindrical-coordinate representation of color #ACC7FF: hue angle of 220.48º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACC7FF is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 199 | 255 | - |
| CMYK | 0.33 | 0.22 | 0 | 0 |
| HSL | 220.48º | 1% | 0.84% | - |
| HSV(B) | 220.48º | 0.33% | 1% | - |
| XYZ | 55.49 | 56.84 | 102.65 | - |
| YUV | 197.31 | 160.55 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 199 | 255 | 0.33 | 0.22 | 0 | 0 | 220.48 | 1 | 0.84 |
| Hex | AC | C7 | FF | 21 | 16 | 0 | 0 | DC | 64 | 54 |
| Octal | 254 | 307 | 377 | 41 | 26 | 0 | 0 | 334 | 144 | 124 |
| Binary | 10101100 | 11000111 | 11111111 | 100001 | 10110 | 0 | 0 | 11011100 | 1100100 | 1010100 |
Color Harmonies of #ACC7FF
Complementary color
Monochromatic Colors of #ACC7FF
Black with #ACC7FF
Text Example
Text Example
White with #ACC7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC7FF; }
p { color: rgb(172,199,255); }
H1.HeaderClassName
{
color: #ACC7FF;
}
.AnyTagClassName
{
color: #ACC7FF;
}
</style>
background-color css
<style>
a { background-color: #ACC7FF; }
a { background-color: rgb(172,199,255); }
div.DivClassName
{
background-color: #ACC7FF;
}
.BgClassName
{
background-color: #ACC7FF;
}
</style>
border-color css
<style>
span { border-color: #ACC7FF; }
span { border-color: rgb(172,199,255); }
td.TdClassName
{
border-color: #ACC7FF;
}
.TagClassName
{
border-color: #ACC7FF;
}
</style>