Shades of Glacier #80A8BC
Tints of Glacier #80A8BC
RGB
CMYK
RGB Variations
Color information
#80A8BC (or 0x80A8BC) is known color: Glacier. HEX triplet: 80, A8 and BC. RGB value is (128,168,188). Sum of RGB (Red+Green+Blue) = 128+168+188=484 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.45% from 484); Green value is 168 (66.02% from 255 or 34.71% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 188 - color contains mainly: blue. Hex color #80A8BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A8BC is #7F5743. Grayscale: #9E9E9E. Windows color (decimal): -8345412 or 12363904. OLE color: 12363904.
HSL color Cylindrical-coordinate representation of color #80A8BC: hue angle of 200º 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 #80A8BC is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 168 | 188 | - |
| CMYK | 0.32 | 0.11 | 0 | 0.26 |
| HSL | 200º | 0.31% | 0.62% | - |
| HSV(B) | 200º | 0.32% | 0.74% | - |
| XYZ | 31.98 | 36.23 | 52.88 | - |
| YUV | 158.32 | 144.75 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 168 | 188 | 0.32 | 0.11 | 0 | 0.26 | 200 | 0.31 | 0.62 |
| Hex | 80 | A8 | BC | 20 | B | 0 | 1A | C8 | 1F | 3E |
| Octal | 200 | 250 | 274 | 40 | 13 | 0 | 32 | 310 | 37 | 76 |
| Binary | 10000000 | 10101000 | 10111100 | 100000 | 1011 | 0 | 11010 | 11001000 | 11111 | 111110 |
Color Harmonies of #80A8BC
Complementary color
Monochromatic Colors of #80A8BC
Black with #80A8BC
Text Example
Text Example
White with #80A8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A8BC; }
p { color: rgb(128,168,188); }
H1.HeaderClassName
{
color: #80A8BC;
}
.AnyTagClassName
{
color: #80A8BC;
}
</style>
background-color css
<style>
a { background-color: #80A8BC; }
a { background-color: rgb(128,168,188); }
div.DivClassName
{
background-color: #80A8BC;
}
.BgClassName
{
background-color: #80A8BC;
}
</style>
border-color css
<style>
span { border-color: #80A8BC; }
span { border-color: rgb(128,168,188); }
td.TdClassName
{
border-color: #80A8BC;
}
.TagClassName
{
border-color: #80A8BC;
}
</style>