Shades of Glacier #80AEBA
Tints of Glacier #80AEBA
RGB
CMYK
RGB Variations
Color information
#80AEBA (or 0x80AEBA) is known color: Glacier. HEX triplet: 80, AE and BA. RGB value is (128,174,186). Sum of RGB (Red+Green+Blue) = 128+174+186=488 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.23% from 488); Green value is 174 (68.36% from 255 or 35.66% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 186 - color contains mainly: blue. Hex color #80AEBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AEBA is #7F5145. Grayscale: #A1A1A1. Windows color (decimal): -8343878 or 12234368. OLE color: 12234368.
HSL color Cylindrical-coordinate representation of color #80AEBA: hue angle of 192.41º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #80AEBA is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 174 | 186 | - |
| CMYK | 0.31 | 0.06 | 0 | 0.27 |
| HSL | 192.41º | 0.3% | 0.62% | - |
| HSV(B) | 192.41º | 0.31% | 0.73% | - |
| XYZ | 32.9 | 38.41 | 52.13 | - |
| YUV | 161.61 | 141.76 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 174 | 186 | 0.31 | 0.06 | 0 | 0.27 | 192.41 | 0.3 | 0.62 |
| Hex | 80 | AE | BA | 1F | 6 | 0 | 1B | C0 | 1E | 3E |
| Octal | 200 | 256 | 272 | 37 | 6 | 0 | 33 | 300 | 36 | 76 |
| Binary | 10000000 | 10101110 | 10111010 | 11111 | 110 | 0 | 11011 | 11000000 | 11110 | 111110 |
Color Harmonies of #80AEBA
Complementary color
Monochromatic Colors of #80AEBA
Black with #80AEBA
Text Example
Text Example
White with #80AEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AEBA; }
p { color: rgb(128,174,186); }
H1.HeaderClassName
{
color: #80AEBA;
}
.AnyTagClassName
{
color: #80AEBA;
}
</style>
background-color css
<style>
a { background-color: #80AEBA; }
a { background-color: rgb(128,174,186); }
div.DivClassName
{
background-color: #80AEBA;
}
.BgClassName
{
background-color: #80AEBA;
}
</style>
border-color css
<style>
span { border-color: #80AEBA; }
span { border-color: rgb(128,174,186); }
td.TdClassName
{
border-color: #80AEBA;
}
.TagClassName
{
border-color: #80AEBA;
}
</style>