Shades of Glacier #80AABE
Tints of Glacier #80AABE
RGB
CMYK
RGB Variations
Color information
#80AABE (or 0x80AABE) is known color: Glacier. HEX triplet: 80, AA and BE. RGB value is (128,170,190). Sum of RGB (Red+Green+Blue) = 128+170+190=488 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.23% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 190 - color contains mainly: blue. Hex color #80AABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AABE is #7F5541. Grayscale: #9F9F9F. Windows color (decimal): -8344898 or 12495488. OLE color: 12495488.
HSL color Cylindrical-coordinate representation of color #80AABE: hue angle of 199.35º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80AABE is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 170 | 190 | - |
| CMYK | 0.33 | 0.11 | 0 | 0.25 |
| HSL | 199.35º | 0.32% | 0.62% | - |
| HSV(B) | 199.35º | 0.33% | 0.75% | - |
| XYZ | 32.57 | 37.06 | 54.15 | - |
| YUV | 159.72 | 145.09 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 170 | 190 | 0.33 | 0.11 | 0 | 0.25 | 199.35 | 0.32 | 0.62 |
| Hex | 80 | AA | BE | 21 | B | 0 | 19 | C7 | 20 | 3E |
| Octal | 200 | 252 | 276 | 41 | 13 | 0 | 31 | 307 | 40 | 76 |
| Binary | 10000000 | 10101010 | 10111110 | 100001 | 1011 | 0 | 11001 | 11000111 | 100000 | 111110 |
Color Harmonies of #80AABE
Complementary color
Monochromatic Colors of #80AABE
Black with #80AABE
Text Example
Text Example
White with #80AABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AABE; }
p { color: rgb(128,170,190); }
H1.HeaderClassName
{
color: #80AABE;
}
.AnyTagClassName
{
color: #80AABE;
}
</style>
background-color css
<style>
a { background-color: #80AABE; }
a { background-color: rgb(128,170,190); }
div.DivClassName
{
background-color: #80AABE;
}
.BgClassName
{
background-color: #80AABE;
}
</style>
border-color css
<style>
span { border-color: #80AABE; }
span { border-color: rgb(128,170,190); }
td.TdClassName
{
border-color: #80AABE;
}
.TagClassName
{
border-color: #80AABE;
}
</style>