Shades of Glacier #80ACC5
Tints of Glacier #80ACC5
RGB
CMYK
RGB Variations
Color information
#80ACC5 (or 0x80ACC5) is known color: Glacier. HEX triplet: 80, AC and C5. RGB value is (128,172,197). Sum of RGB (Red+Green+Blue) = 128+172+197=497 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.75% from 497); Green value is 172 (67.58% from 255 or 34.61% from 497); Blue value is 197 (77.34% from 255 or 39.64% from 497); Max value from RGB is 197 - color contains mainly: blue. Hex color #80ACC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ACC5 is #7F533A. Grayscale: #A1A1A1. Windows color (decimal): -8344379 or 12954752. OLE color: 12954752.
HSL color Cylindrical-coordinate representation of color #80ACC5: hue angle of 201.74º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #80ACC5 is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 128 | 172 | 197 | - |
| CMYK | 0.35 | 0.13 | 0 | 0.23 |
| HSL | 201.74º | 0.37% | 0.64% | - |
| HSV(B) | 201.74º | 0.35% | 0.77% | - |
| XYZ | 33.73 | 38.13 | 58.4 | - |
| YUV | 161.69 | 147.92 | 103.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 172 | 197 | 0.35 | 0.13 | 0 | 0.23 | 201.74 | 0.37 | 0.64 |
| Hex | 80 | AC | C5 | 23 | D | 0 | 17 | CA | 25 | 40 |
| Octal | 200 | 254 | 305 | 43 | 15 | 0 | 27 | 312 | 45 | 100 |
| Binary | 10000000 | 10101100 | 11000101 | 100011 | 1101 | 0 | 10111 | 11001010 | 100101 | 1000000 |
Color Harmonies of #80ACC5
Complementary color
Monochromatic Colors of #80ACC5
Black with #80ACC5
Text Example
Text Example
White with #80ACC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80ACC5; }
p { color: rgb(128,172,197); }
H1.HeaderClassName
{
color: #80ACC5;
}
.AnyTagClassName
{
color: #80ACC5;
}
</style>
background-color css
<style>
a { background-color: #80ACC5; }
a { background-color: rgb(128,172,197); }
div.DivClassName
{
background-color: #80ACC5;
}
.BgClassName
{
background-color: #80ACC5;
}
</style>
border-color css
<style>
span { border-color: #80ACC5; }
span { border-color: rgb(128,172,197); }
td.TdClassName
{
border-color: #80ACC5;
}
.TagClassName
{
border-color: #80ACC5;
}
</style>