Shades of Glacier #80B4BB
Tints of Glacier #80B4BB
RGB
CMYK
RGB Variations
Color information
#80B4BB (or 0x80B4BB) is known color: Glacier. HEX triplet: 80, B4 and BB. RGB value is (128,180,187). Sum of RGB (Red+Green+Blue) = 128+180+187=495 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.86% from 495); Green value is 180 (70.70% from 255 or 36.36% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 187 - color contains mainly: blue. Hex color #80B4BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80B4BB is #7F4B44. Grayscale: #A5A5A5. Windows color (decimal): -8342341 or 12301440. OLE color: 12301440.
HSL color Cylindrical-coordinate representation of color #80B4BB: hue angle of 187.12º 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 #80B4BB is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 180 | 187 | - |
| CMYK | 0.32 | 0.04 | 0 | 0.27 |
| HSL | 187.12º | 0.3% | 0.62% | - |
| HSV(B) | 187.12º | 0.32% | 0.73% | - |
| XYZ | 34.19 | 40.82 | 53.09 | - |
| YUV | 165.25 | 140.27 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 180 | 187 | 0.32 | 0.04 | 0 | 0.27 | 187.12 | 0.3 | 0.62 |
| Hex | 80 | B4 | BB | 20 | 4 | 0 | 1B | BB | 1E | 3E |
| Octal | 200 | 264 | 273 | 40 | 4 | 0 | 33 | 273 | 36 | 76 |
| Binary | 10000000 | 10110100 | 10111011 | 100000 | 100 | 0 | 11011 | 10111011 | 11110 | 111110 |
Color Harmonies of #80B4BB
Complementary color
Monochromatic Colors of #80B4BB
Black with #80B4BB
Text Example
Text Example
White with #80B4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B4BB; }
p { color: rgb(128,180,187); }
H1.HeaderClassName
{
color: #80B4BB;
}
.AnyTagClassName
{
color: #80B4BB;
}
</style>
background-color css
<style>
a { background-color: #80B4BB; }
a { background-color: rgb(128,180,187); }
div.DivClassName
{
background-color: #80B4BB;
}
.BgClassName
{
background-color: #80B4BB;
}
</style>
border-color css
<style>
span { border-color: #80B4BB; }
span { border-color: rgb(128,180,187); }
td.TdClassName
{
border-color: #80B4BB;
}
.TagClassName
{
border-color: #80B4BB;
}
</style>