Shades of Glacier #80AEBD
Tints of Glacier #80AEBD
RGB
CMYK
RGB Variations
Color information
#80AEBD (or 0x80AEBD) is known color: Glacier. HEX triplet: 80, AE and BD. RGB value is (128,174,189). Sum of RGB (Red+Green+Blue) = 128+174+189=491 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.07% from 491); Green value is 174 (68.36% from 255 or 35.44% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 189 - color contains mainly: blue. Hex color #80AEBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AEBD is #7F5142. Grayscale: #A1A1A1. Windows color (decimal): -8343875 or 12430976. OLE color: 12430976.
HSL color Cylindrical-coordinate representation of color #80AEBD: hue angle of 194.75º degrees, saturation: 0.32, 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 #80AEBD is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 174 | 189 | - |
| CMYK | 0.32 | 0.08 | 0 | 0.26 |
| HSL | 194.75º | 0.32% | 0.62% | - |
| HSV(B) | 194.75º | 0.32% | 0.74% | - |
| XYZ | 33.22 | 38.54 | 53.83 | - |
| YUV | 161.96 | 143.26 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 174 | 189 | 0.32 | 0.08 | 0 | 0.26 | 194.75 | 0.32 | 0.62 |
| Hex | 80 | AE | BD | 20 | 8 | 0 | 1A | C3 | 20 | 3E |
| Octal | 200 | 256 | 275 | 40 | 10 | 0 | 32 | 303 | 40 | 76 |
| Binary | 10000000 | 10101110 | 10111101 | 100000 | 1000 | 0 | 11010 | 11000011 | 100000 | 111110 |
Color Harmonies of #80AEBD
Complementary color
Monochromatic Colors of #80AEBD
Black with #80AEBD
Text Example
Text Example
White with #80AEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AEBD; }
p { color: rgb(128,174,189); }
H1.HeaderClassName
{
color: #80AEBD;
}
.AnyTagClassName
{
color: #80AEBD;
}
</style>
background-color css
<style>
a { background-color: #80AEBD; }
a { background-color: rgb(128,174,189); }
div.DivClassName
{
background-color: #80AEBD;
}
.BgClassName
{
background-color: #80AEBD;
}
</style>
border-color css
<style>
span { border-color: #80AEBD; }
span { border-color: rgb(128,174,189); }
td.TdClassName
{
border-color: #80AEBD;
}
.TagClassName
{
border-color: #80AEBD;
}
</style>