Shades of Glacier #80ABBC
Tints of Glacier #80ABBC
RGB
CMYK
RGB Variations
Color information
#80ABBC (or 0x80ABBC) is known color: Glacier. HEX triplet: 80, AB and BC. RGB value is (128,171,188). Sum of RGB (Red+Green+Blue) = 128+171+188=487 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.28% from 487); Green value is 171 (67.19% from 255 or 35.11% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 188 - color contains mainly: blue. Hex color #80ABBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ABBC is #7F5443. Grayscale: #9F9F9F. Windows color (decimal): -8344644 or 12364672. OLE color: 12364672.
HSL color Cylindrical-coordinate representation of color #80ABBC: hue angle of 197º 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 #80ABBC is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 171 | 188 | - |
| CMYK | 0.32 | 0.09 | 0 | 0.26 |
| HSL | 197º | 0.31% | 0.62% | - |
| HSV(B) | 197º | 0.32% | 0.74% | - |
| XYZ | 32.54 | 37.35 | 53.07 | - |
| YUV | 160.08 | 143.75 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 171 | 188 | 0.32 | 0.09 | 0 | 0.26 | 197 | 0.31 | 0.62 |
| Hex | 80 | AB | BC | 20 | 9 | 0 | 1A | C5 | 1F | 3E |
| Octal | 200 | 253 | 274 | 40 | 11 | 0 | 32 | 305 | 37 | 76 |
| Binary | 10000000 | 10101011 | 10111100 | 100000 | 1001 | 0 | 11010 | 11000101 | 11111 | 111110 |
Color Harmonies of #80ABBC
Complementary color
Monochromatic Colors of #80ABBC
Black with #80ABBC
Text Example
Text Example
White with #80ABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80ABBC; }
p { color: rgb(128,171,188); }
H1.HeaderClassName
{
color: #80ABBC;
}
.AnyTagClassName
{
color: #80ABBC;
}
</style>
background-color css
<style>
a { background-color: #80ABBC; }
a { background-color: rgb(128,171,188); }
div.DivClassName
{
background-color: #80ABBC;
}
.BgClassName
{
background-color: #80ABBC;
}
</style>
border-color css
<style>
span { border-color: #80ABBC; }
span { border-color: rgb(128,171,188); }
td.TdClassName
{
border-color: #80ABBC;
}
.TagClassName
{
border-color: #80ABBC;
}
</style>