Shades of Glacier #80ACBC
Tints of Glacier #80ACBC
RGB
CMYK
RGB Variations
Color information
#80ACBC (or 0x80ACBC) is known color: Glacier. HEX triplet: 80, AC and BC. RGB value is (128,172,188). Sum of RGB (Red+Green+Blue) = 128+172+188=488 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.23% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 188 - color contains mainly: blue. Hex color #80ACBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ACBC is #7F5343. Grayscale: #A0A0A0. Windows color (decimal): -8344388 or 12364928. OLE color: 12364928.
HSL color Cylindrical-coordinate representation of color #80ACBC: hue angle of 196º degrees, saturation: 0.31, 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 #80ACBC is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 172 | 188 | - |
| CMYK | 0.32 | 0.09 | 0 | 0.26 |
| HSL | 196º | 0.31% | 0.62% | - |
| HSV(B) | 196º | 0.32% | 0.74% | - |
| XYZ | 32.73 | 37.73 | 53.13 | - |
| YUV | 160.67 | 143.42 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 172 | 188 | 0.32 | 0.09 | 0 | 0.26 | 196 | 0.31 | 0.62 |
| Hex | 80 | AC | BC | 20 | 9 | 0 | 1A | C4 | 1F | 3E |
| Octal | 200 | 254 | 274 | 40 | 11 | 0 | 32 | 304 | 37 | 76 |
| Binary | 10000000 | 10101100 | 10111100 | 100000 | 1001 | 0 | 11010 | 11000100 | 11111 | 111110 |
Color Harmonies of #80ACBC
Complementary color
Monochromatic Colors of #80ACBC
Black with #80ACBC
Text Example
Text Example
White with #80ACBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80ACBC; }
p { color: rgb(128,172,188); }
H1.HeaderClassName
{
color: #80ACBC;
}
.AnyTagClassName
{
color: #80ACBC;
}
</style>
background-color css
<style>
a { background-color: #80ACBC; }
a { background-color: rgb(128,172,188); }
div.DivClassName
{
background-color: #80ACBC;
}
.BgClassName
{
background-color: #80ACBC;
}
</style>
border-color css
<style>
span { border-color: #80ACBC; }
span { border-color: rgb(128,172,188); }
td.TdClassName
{
border-color: #80ACBC;
}
.TagClassName
{
border-color: #80ACBC;
}
</style>