Shades of Glacier #80BBBD
Tints of Glacier #80BBBD
RGB
CMYK
RGB Variations
Color information
#80BBBD (or 0x80BBBD) is known color: Glacier. HEX triplet: 80, BB and BD. RGB value is (128,187,189). Sum of RGB (Red+Green+Blue) = 128+187+189=504 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.40% from 504); Green value is 187 (73.44% from 255 or 37.10% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 189 - color contains mainly: blue. Hex color #80BBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BBBD is #7F4442. Grayscale: #A9A9A9. Windows color (decimal): -8340547 or 12434304. OLE color: 12434304.
HSL color Cylindrical-coordinate representation of color #80BBBD: hue angle of 181.97º 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 #80BBBD is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 187 | 189 | - |
| CMYK | 0.32 | 0.01 | 0 | 0.26 |
| HSL | 181.97º | 0.32% | 0.62% | - |
| HSV(B) | 181.97º | 0.32% | 0.74% | - |
| XYZ | 35.86 | 43.8 | 54.71 | - |
| YUV | 169.59 | 138.95 | 98.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 187 | 189 | 0.32 | 0.01 | 0 | 0.26 | 181.97 | 0.32 | 0.62 |
| Hex | 80 | BB | BD | 20 | 1 | 0 | 1A | B6 | 20 | 3E |
| Octal | 200 | 273 | 275 | 40 | 1 | 0 | 32 | 266 | 40 | 76 |
| Binary | 10000000 | 10111011 | 10111101 | 100000 | 1 | 0 | 11010 | 10110110 | 100000 | 111110 |
Color Harmonies of #80BBBD
Complementary color
Monochromatic Colors of #80BBBD
Black with #80BBBD
Text Example
Text Example
White with #80BBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BBBD; }
p { color: rgb(128,187,189); }
H1.HeaderClassName
{
color: #80BBBD;
}
.AnyTagClassName
{
color: #80BBBD;
}
</style>
background-color css
<style>
a { background-color: #80BBBD; }
a { background-color: rgb(128,187,189); }
div.DivClassName
{
background-color: #80BBBD;
}
.BgClassName
{
background-color: #80BBBD;
}
</style>
border-color css
<style>
span { border-color: #80BBBD; }
span { border-color: rgb(128,187,189); }
td.TdClassName
{
border-color: #80BBBD;
}
.TagClassName
{
border-color: #80BBBD;
}
</style>