Shades of Glacier #80B8BE
Tints of Glacier #80B8BE
RGB
CMYK
RGB Variations
Color information
#80B8BE (or 0x80B8BE) is known color: Glacier. HEX triplet: 80, B8 and BE. RGB value is (128,184,190). Sum of RGB (Red+Green+Blue) = 128+184+190=502 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.50% from 502); Green value is 184 (72.27% from 255 or 36.65% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 190 - color contains mainly: blue. Hex color #80B8BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80B8BE is #7F4741. Grayscale: #A7A7A7. Windows color (decimal): -8341314 or 12499072. OLE color: 12499072.
HSL color Cylindrical-coordinate representation of color #80B8BE: hue angle of 185.81º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80B8BE is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 184 | 190 | - |
| CMYK | 0.33 | 0.03 | 0 | 0.25 |
| HSL | 185.81º | 0.32% | 0.62% | - |
| HSV(B) | 185.81º | 0.33% | 0.75% | - |
| XYZ | 35.34 | 42.59 | 55.07 | - |
| YUV | 167.94 | 140.45 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 184 | 190 | 0.33 | 0.03 | 0 | 0.25 | 185.81 | 0.32 | 0.62 |
| Hex | 80 | B8 | BE | 21 | 3 | 0 | 19 | BA | 20 | 3E |
| Octal | 200 | 270 | 276 | 41 | 3 | 0 | 31 | 272 | 40 | 76 |
| Binary | 10000000 | 10111000 | 10111110 | 100001 | 11 | 0 | 11001 | 10111010 | 100000 | 111110 |
Color Harmonies of #80B8BE
Complementary color
Monochromatic Colors of #80B8BE
Black with #80B8BE
Text Example
Text Example
White with #80B8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B8BE; }
p { color: rgb(128,184,190); }
H1.HeaderClassName
{
color: #80B8BE;
}
.AnyTagClassName
{
color: #80B8BE;
}
</style>
background-color css
<style>
a { background-color: #80B8BE; }
a { background-color: rgb(128,184,190); }
div.DivClassName
{
background-color: #80B8BE;
}
.BgClassName
{
background-color: #80B8BE;
}
</style>
border-color css
<style>
span { border-color: #80B8BE; }
span { border-color: rgb(128,184,190); }
td.TdClassName
{
border-color: #80B8BE;
}
.TagClassName
{
border-color: #80B8BE;
}
</style>