Shades of Glacier #80ACBD
Tints of Glacier #80ACBD
RGB
CMYK
RGB Variations
Color information
#80ACBD (or 0x80ACBD) is known color: Glacier. HEX triplet: 80, AC and BD. RGB value is (128,172,189). Sum of RGB (Red+Green+Blue) = 128+172+189=489 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.18% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 189 (74.22% from 255 or 38.65% from 489); Max value from RGB is 189 - color contains mainly: blue. Hex color #80ACBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ACBD is #7F5342. Grayscale: #A0A0A0. Windows color (decimal): -8344387 or 12430464. OLE color: 12430464.
HSL color Cylindrical-coordinate representation of color #80ACBD: hue angle of 196.72º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #80ACBD is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 172 | 189 | - |
| CMYK | 0.32 | 0.09 | 0 | 0.26 |
| HSL | 196.72º | 0.32% | 0.62% | - |
| HSV(B) | 196.72º | 0.32% | 0.74% | - |
| XYZ | 32.84 | 37.77 | 53.7 | - |
| YUV | 160.78 | 143.92 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 172 | 189 | 0.32 | 0.09 | 0 | 0.26 | 196.72 | 0.32 | 0.62 |
| Hex | 80 | AC | BD | 20 | 9 | 0 | 1A | C5 | 20 | 3E |
| Octal | 200 | 254 | 275 | 40 | 11 | 0 | 32 | 305 | 40 | 76 |
| Binary | 10000000 | 10101100 | 10111101 | 100000 | 1001 | 0 | 11010 | 11000101 | 100000 | 111110 |
Color Harmonies of #80ACBD
Complementary color
Monochromatic Colors of #80ACBD
Black with #80ACBD
Text Example
Text Example
White with #80ACBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80ACBD; }
p { color: rgb(128,172,189); }
H1.HeaderClassName
{
color: #80ACBD;
}
.AnyTagClassName
{
color: #80ACBD;
}
</style>
background-color css
<style>
a { background-color: #80ACBD; }
a { background-color: rgb(128,172,189); }
div.DivClassName
{
background-color: #80ACBD;
}
.BgClassName
{
background-color: #80ACBD;
}
</style>
border-color css
<style>
span { border-color: #80ACBD; }
span { border-color: rgb(128,172,189); }
td.TdClassName
{
border-color: #80ACBD;
}
.TagClassName
{
border-color: #80ACBD;
}
</style>