Shades of Glacier #80ADBD
Tints of Glacier #80ADBD
RGB
CMYK
RGB Variations
Color information
#80ADBD (or 0x80ADBD) is known color: Glacier. HEX triplet: 80, AD and BD. RGB value is (128,173,189). Sum of RGB (Red+Green+Blue) = 128+173+189=490 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.12% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 189 (74.22% from 255 or 38.57% from 490); Max value from RGB is 189 - color contains mainly: blue. Hex color #80ADBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ADBD is #7F5242. Grayscale: #A1A1A1. Windows color (decimal): -8344131 or 12430720. OLE color: 12430720.
HSL color Cylindrical-coordinate representation of color #80ADBD: hue angle of 195.74º 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 #80ADBD is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 173 | 189 | - |
| CMYK | 0.32 | 0.08 | 0 | 0.26 |
| HSL | 195.74º | 0.32% | 0.62% | - |
| HSV(B) | 195.74º | 0.32% | 0.74% | - |
| XYZ | 33.03 | 38.15 | 53.77 | - |
| YUV | 161.37 | 143.59 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 173 | 189 | 0.32 | 0.08 | 0 | 0.26 | 195.74 | 0.32 | 0.62 |
| Hex | 80 | AD | BD | 20 | 8 | 0 | 1A | C4 | 20 | 3E |
| Octal | 200 | 255 | 275 | 40 | 10 | 0 | 32 | 304 | 40 | 76 |
| Binary | 10000000 | 10101101 | 10111101 | 100000 | 1000 | 0 | 11010 | 11000100 | 100000 | 111110 |
Color Harmonies of #80ADBD
Complementary color
Monochromatic Colors of #80ADBD
Black with #80ADBD
Text Example
Text Example
White with #80ADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80ADBD; }
p { color: rgb(128,173,189); }
H1.HeaderClassName
{
color: #80ADBD;
}
.AnyTagClassName
{
color: #80ADBD;
}
</style>
background-color css
<style>
a { background-color: #80ADBD; }
a { background-color: rgb(128,173,189); }
div.DivClassName
{
background-color: #80ADBD;
}
.BgClassName
{
background-color: #80ADBD;
}
</style>
border-color css
<style>
span { border-color: #80ADBD; }
span { border-color: rgb(128,173,189); }
td.TdClassName
{
border-color: #80ADBD;
}
.TagClassName
{
border-color: #80ADBD;
}
</style>