Shades of Tropical Blue #ACC5FF
Tints of Tropical Blue #ACC5FF
RGB
CMYK
RGB Variations
Color information
#ACC5FF (or 0xACC5FF) is known color: Tropical Blue. HEX triplet: AC, C5 and FF. RGB value is (172,197,255). Sum of RGB (Red+Green+Blue) = 172+197+255=624 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.56% from 624); Green value is 197 (77.34% from 255 or 31.57% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACC5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC5FF is #533A00. Grayscale: #C3C3C3. Windows color (decimal): -5454337 or 16762284. OLE color: 16762284.
HSL color Cylindrical-coordinate representation of color #ACC5FF: hue angle of 221.93º 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 #ACC5FF is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 197 | 255 | - |
| CMYK | 0.33 | 0.23 | 0 | 0 |
| HSL | 221.93º | 1% | 0.84% | - |
| HSV(B) | 221.93º | 0.33% | 1% | - |
| XYZ | 55.03 | 55.92 | 102.5 | - |
| YUV | 196.14 | 161.22 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 197 | 255 | 0.33 | 0.23 | 0 | 0 | 221.93 | 1 | 0.84 |
| Hex | AC | C5 | FF | 21 | 17 | 0 | 0 | DE | 64 | 54 |
| Octal | 254 | 305 | 377 | 41 | 27 | 0 | 0 | 336 | 144 | 124 |
| Binary | 10101100 | 11000101 | 11111111 | 100001 | 10111 | 0 | 0 | 11011110 | 1100100 | 1010100 |
Color Harmonies of #ACC5FF
Complementary color
Monochromatic Colors of #ACC5FF
Black with #ACC5FF
Text Example
Text Example
White with #ACC5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC5FF; }
p { color: rgb(172,197,255); }
H1.HeaderClassName
{
color: #ACC5FF;
}
.AnyTagClassName
{
color: #ACC5FF;
}
</style>
background-color css
<style>
a { background-color: #ACC5FF; }
a { background-color: rgb(172,197,255); }
div.DivClassName
{
background-color: #ACC5FF;
}
.BgClassName
{
background-color: #ACC5FF;
}
</style>
border-color css
<style>
span { border-color: #ACC5FF; }
span { border-color: rgb(172,197,255); }
td.TdClassName
{
border-color: #ACC5FF;
}
.TagClassName
{
border-color: #ACC5FF;
}
</style>