Shades of Glacier #80B3C1
Tints of Glacier #80B3C1
RGB
CMYK
RGB Variations
Color information
#80B3C1 (or 0x80B3C1) is known color: Glacier. HEX triplet: 80, B3 and C1. RGB value is (128,179,193). Sum of RGB (Red+Green+Blue) = 128+179+193=500 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.6% from 500); Green value is 179 (70.31% from 255 or 35.8% from 500); Blue value is 193 (75.78% from 255 or 38.6% from 500); Max value from RGB is 193 - color contains mainly: blue. Hex color #80B3C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80B3C1 is #7F4C3E. Grayscale: #A5A5A5. Windows color (decimal): -8342591 or 12694400. OLE color: 12694400.
HSL color Cylindrical-coordinate representation of color #80B3C1: hue angle of 192.92º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #80B3C1 is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 179 | 193 | - |
| CMYK | 0.34 | 0.07 | 0 | 0.24 |
| HSL | 192.92º | 0.34% | 0.63% | - |
| HSV(B) | 192.92º | 0.34% | 0.76% | - |
| XYZ | 34.65 | 40.68 | 56.48 | - |
| YUV | 165.35 | 143.6 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 179 | 193 | 0.34 | 0.07 | 0 | 0.24 | 192.92 | 0.34 | 0.63 |
| Hex | 80 | B3 | C1 | 22 | 7 | 0 | 18 | C1 | 22 | 3F |
| Octal | 200 | 263 | 301 | 42 | 7 | 0 | 30 | 301 | 42 | 77 |
| Binary | 10000000 | 10110011 | 11000001 | 100010 | 111 | 0 | 11000 | 11000001 | 100010 | 111111 |
Color Harmonies of #80B3C1
Complementary color
Monochromatic Colors of #80B3C1
Black with #80B3C1
Text Example
Text Example
White with #80B3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B3C1; }
p { color: rgb(128,179,193); }
H1.HeaderClassName
{
color: #80B3C1;
}
.AnyTagClassName
{
color: #80B3C1;
}
</style>
background-color css
<style>
a { background-color: #80B3C1; }
a { background-color: rgb(128,179,193); }
div.DivClassName
{
background-color: #80B3C1;
}
.BgClassName
{
background-color: #80B3C1;
}
</style>
border-color css
<style>
span { border-color: #80B3C1; }
span { border-color: rgb(128,179,193); }
td.TdClassName
{
border-color: #80B3C1;
}
.TagClassName
{
border-color: #80B3C1;
}
</style>