Shades of Glacier #80B3BC
Tints of Glacier #80B3BC
RGB
CMYK
RGB Variations
Color information
#80B3BC (or 0x80B3BC) is known color: Glacier. HEX triplet: 80, B3 and BC. RGB value is (128,179,188). Sum of RGB (Red+Green+Blue) = 128+179+188=495 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.86% from 495); Green value is 179 (70.31% from 255 or 36.16% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 188 - color contains mainly: blue. Hex color #80B3BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80B3BC is #7F4C43. Grayscale: #A4A4A4. Windows color (decimal): -8342596 or 12366720. OLE color: 12366720.
HSL color Cylindrical-coordinate representation of color #80B3BC: hue angle of 189º 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 #80B3BC is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 179 | 188 | - |
| CMYK | 0.32 | 0.05 | 0 | 0.26 |
| HSL | 189º | 0.31% | 0.62% | - |
| HSV(B) | 189º | 0.32% | 0.74% | - |
| XYZ | 34.1 | 40.46 | 53.59 | - |
| YUV | 164.78 | 141.1 | 101.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 179 | 188 | 0.32 | 0.05 | 0 | 0.26 | 189 | 0.31 | 0.62 |
| Hex | 80 | B3 | BC | 20 | 5 | 0 | 1A | BD | 1F | 3E |
| Octal | 200 | 263 | 274 | 40 | 5 | 0 | 32 | 275 | 37 | 76 |
| Binary | 10000000 | 10110011 | 10111100 | 100000 | 101 | 0 | 11010 | 10111101 | 11111 | 111110 |
Color Harmonies of #80B3BC
Complementary color
Monochromatic Colors of #80B3BC
Black with #80B3BC
Text Example
Text Example
White with #80B3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B3BC; }
p { color: rgb(128,179,188); }
H1.HeaderClassName
{
color: #80B3BC;
}
.AnyTagClassName
{
color: #80B3BC;
}
</style>
background-color css
<style>
a { background-color: #80B3BC; }
a { background-color: rgb(128,179,188); }
div.DivClassName
{
background-color: #80B3BC;
}
.BgClassName
{
background-color: #80B3BC;
}
</style>
border-color css
<style>
span { border-color: #80B3BC; }
span { border-color: rgb(128,179,188); }
td.TdClassName
{
border-color: #80B3BC;
}
.TagClassName
{
border-color: #80B3BC;
}
</style>