Shades of Glacier #80B7BB
Tints of Glacier #80B7BB
RGB
CMYK
RGB Variations
Color information
#80B7BB (or 0x80B7BB) is known color: Glacier. HEX triplet: 80, B7 and BB. RGB value is (128,183,187). Sum of RGB (Red+Green+Blue) = 128+183+187=498 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.70% from 498); Green value is 183 (71.88% from 255 or 36.75% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 187 - color contains mainly: blue. Hex color #80B7BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80B7BB is #7F4844. Grayscale: #A6A6A6. Windows color (decimal): -8341573 or 12302208. OLE color: 12302208.
HSL color Cylindrical-coordinate representation of color #80B7BB: hue angle of 184.07º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #80B7BB is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 183 | 187 | - |
| CMYK | 0.32 | 0.02 | 0 | 0.27 |
| HSL | 184.07º | 0.3% | 0.62% | - |
| HSV(B) | 184.07º | 0.32% | 0.73% | - |
| XYZ | 34.81 | 42.04 | 53.29 | - |
| YUV | 167.01 | 139.28 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 183 | 187 | 0.32 | 0.02 | 0 | 0.27 | 184.07 | 0.3 | 0.62 |
| Hex | 80 | B7 | BB | 20 | 2 | 0 | 1B | B8 | 1E | 3E |
| Octal | 200 | 267 | 273 | 40 | 2 | 0 | 33 | 270 | 36 | 76 |
| Binary | 10000000 | 10110111 | 10111011 | 100000 | 10 | 0 | 11011 | 10111000 | 11110 | 111110 |
Color Harmonies of #80B7BB
Complementary color
Monochromatic Colors of #80B7BB
Black with #80B7BB
Text Example
Text Example
White with #80B7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B7BB; }
p { color: rgb(128,183,187); }
H1.HeaderClassName
{
color: #80B7BB;
}
.AnyTagClassName
{
color: #80B7BB;
}
</style>
background-color css
<style>
a { background-color: #80B7BB; }
a { background-color: rgb(128,183,187); }
div.DivClassName
{
background-color: #80B7BB;
}
.BgClassName
{
background-color: #80B7BB;
}
</style>
border-color css
<style>
span { border-color: #80B7BB; }
span { border-color: rgb(128,183,187); }
td.TdClassName
{
border-color: #80B7BB;
}
.TagClassName
{
border-color: #80B7BB;
}
</style>