Shades of Glacier #80B2BD
Tints of Glacier #80B2BD
RGB
CMYK
RGB Variations
Color information
#80B2BD (or 0x80B2BD) is known color: Glacier. HEX triplet: 80, B2 and BD. RGB value is (128,178,189). Sum of RGB (Red+Green+Blue) = 128+178+189=495 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.86% from 495); Green value is 178 (69.92% from 255 or 35.96% from 495); Blue value is 189 (74.22% from 255 or 38.18% from 495); Max value from RGB is 189 - color contains mainly: blue. Hex color #80B2BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80B2BD is #7F4D42. Grayscale: #A4A4A4. Windows color (decimal): -8342851 or 12432000. OLE color: 12432000.
HSL color Cylindrical-coordinate representation of color #80B2BD: hue angle of 190.82º degrees, saturation: 0.32, 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 #80B2BD is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 178 | 189 | - |
| CMYK | 0.32 | 0.06 | 0 | 0.26 |
| HSL | 190.82º | 0.32% | 0.62% | - |
| HSV(B) | 190.82º | 0.32% | 0.74% | - |
| XYZ | 34.01 | 40.1 | 54.09 | - |
| YUV | 164.3 | 141.94 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 178 | 189 | 0.32 | 0.06 | 0 | 0.26 | 190.82 | 0.32 | 0.62 |
| Hex | 80 | B2 | BD | 20 | 6 | 0 | 1A | BF | 20 | 3E |
| Octal | 200 | 262 | 275 | 40 | 6 | 0 | 32 | 277 | 40 | 76 |
| Binary | 10000000 | 10110010 | 10111101 | 100000 | 110 | 0 | 11010 | 10111111 | 100000 | 111110 |
Color Harmonies of #80B2BD
Complementary color
Monochromatic Colors of #80B2BD
Black with #80B2BD
Text Example
Text Example
White with #80B2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B2BD; }
p { color: rgb(128,178,189); }
H1.HeaderClassName
{
color: #80B2BD;
}
.AnyTagClassName
{
color: #80B2BD;
}
</style>
background-color css
<style>
a { background-color: #80B2BD; }
a { background-color: rgb(128,178,189); }
div.DivClassName
{
background-color: #80B2BD;
}
.BgClassName
{
background-color: #80B2BD;
}
</style>
border-color css
<style>
span { border-color: #80B2BD; }
span { border-color: rgb(128,178,189); }
td.TdClassName
{
border-color: #80B2BD;
}
.TagClassName
{
border-color: #80B2BD;
}
</style>