Shades of Glacier #80AABC
Tints of Glacier #80AABC
RGB
CMYK
RGB Variations
Color information
#80AABC (or 0x80AABC) is known color: Glacier. HEX triplet: 80, AA and BC. RGB value is (128,170,188). Sum of RGB (Red+Green+Blue) = 128+170+188=486 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.34% from 486); Green value is 170 (66.80% from 255 or 34.98% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 188 - color contains mainly: blue. Hex color #80AABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AABC is #7F5543. Grayscale: #9F9F9F. Windows color (decimal): -8344900 or 12364416. OLE color: 12364416.
HSL color Cylindrical-coordinate representation of color #80AABC: hue angle of 198º 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 #80AABC is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 170 | 188 | - |
| CMYK | 0.32 | 0.10 | 0 | 0.26 |
| HSL | 198º | 0.31% | 0.62% | - |
| HSV(B) | 198º | 0.32% | 0.74% | - |
| XYZ | 32.35 | 36.97 | 53.01 | - |
| YUV | 159.49 | 144.09 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 170 | 188 | 0.32 | 0.10 | 0 | 0.26 | 198 | 0.31 | 0.62 |
| Hex | 80 | AA | BC | 20 | A | 0 | 1A | C6 | 1F | 3E |
| Octal | 200 | 252 | 274 | 40 | 12 | 0 | 32 | 306 | 37 | 76 |
| Binary | 10000000 | 10101010 | 10111100 | 100000 | 1010 | 0 | 11010 | 11000110 | 11111 | 111110 |
Color Harmonies of #80AABC
Complementary color
Monochromatic Colors of #80AABC
Black with #80AABC
Text Example
Text Example
White with #80AABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AABC; }
p { color: rgb(128,170,188); }
H1.HeaderClassName
{
color: #80AABC;
}
.AnyTagClassName
{
color: #80AABC;
}
</style>
background-color css
<style>
a { background-color: #80AABC; }
a { background-color: rgb(128,170,188); }
div.DivClassName
{
background-color: #80AABC;
}
.BgClassName
{
background-color: #80AABC;
}
</style>
border-color css
<style>
span { border-color: #80AABC; }
span { border-color: rgb(128,170,188); }
td.TdClassName
{
border-color: #80AABC;
}
.TagClassName
{
border-color: #80AABC;
}
</style>