Shades of Glacier #80B7BF
Tints of Glacier #80B7BF
RGB
CMYK
RGB Variations
Color information
#80B7BF (or 0x80B7BF) is known color: Glacier. HEX triplet: 80, B7 and BF. RGB value is (128,183,191). Sum of RGB (Red+Green+Blue) = 128+183+191=502 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.50% from 502); Green value is 183 (71.88% from 255 or 36.45% from 502); Blue value is 191 (75% from 255 or 38.05% from 502); Max value from RGB is 191 - color contains mainly: blue. Hex color #80B7BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80B7BF is #7F4840. Grayscale: #A7A7A7. Windows color (decimal): -8341569 or 12564352. OLE color: 12564352.
HSL color Cylindrical-coordinate representation of color #80B7BF: hue angle of 187.62º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80B7BF is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 183 | 191 | - |
| CMYK | 0.33 | 0.04 | 0 | 0.25 |
| HSL | 187.62º | 0.33% | 0.63% | - |
| HSV(B) | 187.62º | 0.33% | 0.75% | - |
| XYZ | 35.24 | 42.22 | 55.58 | - |
| YUV | 167.47 | 141.28 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 183 | 191 | 0.33 | 0.04 | 0 | 0.25 | 187.62 | 0.33 | 0.63 |
| Hex | 80 | B7 | BF | 21 | 4 | 0 | 19 | BC | 21 | 3F |
| Octal | 200 | 267 | 277 | 41 | 4 | 0 | 31 | 274 | 41 | 77 |
| Binary | 10000000 | 10110111 | 10111111 | 100001 | 100 | 0 | 11001 | 10111100 | 100001 | 111111 |
Color Harmonies of #80B7BF
Complementary color
Monochromatic Colors of #80B7BF
Black with #80B7BF
Text Example
Text Example
White with #80B7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B7BF; }
p { color: rgb(128,183,191); }
H1.HeaderClassName
{
color: #80B7BF;
}
.AnyTagClassName
{
color: #80B7BF;
}
</style>
background-color css
<style>
a { background-color: #80B7BF; }
a { background-color: rgb(128,183,191); }
div.DivClassName
{
background-color: #80B7BF;
}
.BgClassName
{
background-color: #80B7BF;
}
</style>
border-color css
<style>
span { border-color: #80B7BF; }
span { border-color: rgb(128,183,191); }
td.TdClassName
{
border-color: #80B7BF;
}
.TagClassName
{
border-color: #80B7BF;
}
</style>