Shades of Glacier #80B9BC
Tints of Glacier #80B9BC
RGB
CMYK
RGB Variations
Color information
#80B9BC (or 0x80B9BC) is known color: Glacier. HEX triplet: 80, B9 and BC. RGB value is (128,185,188). Sum of RGB (Red+Green+Blue) = 128+185+188=501 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.55% from 501); Green value is 185 (72.66% from 255 or 36.93% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 188 - color contains mainly: blue. Hex color #80B9BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80B9BC is #7F4643. Grayscale: #A8A8A8. Windows color (decimal): -8341060 or 12368256. OLE color: 12368256.
HSL color Cylindrical-coordinate representation of color #80B9BC: hue angle of 183º degrees, saturation: 0.31, 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 #80B9BC is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 185 | 188 | - |
| CMYK | 0.32 | 0.02 | 0 | 0.26 |
| HSL | 183º | 0.31% | 0.62% | - |
| HSV(B) | 183º | 0.32% | 0.74% | - |
| XYZ | 35.33 | 42.92 | 54 | - |
| YUV | 168.3 | 139.12 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 185 | 188 | 0.32 | 0.02 | 0 | 0.26 | 183 | 0.31 | 0.62 |
| Hex | 80 | B9 | BC | 20 | 2 | 0 | 1A | B7 | 1F | 3E |
| Octal | 200 | 271 | 274 | 40 | 2 | 0 | 32 | 267 | 37 | 76 |
| Binary | 10000000 | 10111001 | 10111100 | 100000 | 10 | 0 | 11010 | 10110111 | 11111 | 111110 |
Color Harmonies of #80B9BC
Complementary color
Monochromatic Colors of #80B9BC
Black with #80B9BC
Text Example
Text Example
White with #80B9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B9BC; }
p { color: rgb(128,185,188); }
H1.HeaderClassName
{
color: #80B9BC;
}
.AnyTagClassName
{
color: #80B9BC;
}
</style>
background-color css
<style>
a { background-color: #80B9BC; }
a { background-color: rgb(128,185,188); }
div.DivClassName
{
background-color: #80B9BC;
}
.BgClassName
{
background-color: #80B9BC;
}
</style>
border-color css
<style>
span { border-color: #80B9BC; }
span { border-color: rgb(128,185,188); }
td.TdClassName
{
border-color: #80B9BC;
}
.TagClassName
{
border-color: #80B9BC;
}
</style>