Shades of Glacier #80A8BB
Tints of Glacier #80A8BB
RGB
CMYK
RGB Variations
Color information
#80A8BB (or 0x80A8BB) is known color: Glacier. HEX triplet: 80, A8 and BB. RGB value is (128,168,187). Sum of RGB (Red+Green+Blue) = 128+168+187=483 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.50% from 483); Green value is 168 (66.02% from 255 or 34.78% from 483); Blue value is 187 (73.44% from 255 or 38.72% from 483); Max value from RGB is 187 - color contains mainly: blue. Hex color #80A8BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A8BB is #7F5744. Grayscale: #9E9E9E. Windows color (decimal): -8345413 or 12298368. OLE color: 12298368.
HSL color Cylindrical-coordinate representation of color #80A8BB: hue angle of 199.32º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #80A8BB is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 168 | 187 | - |
| CMYK | 0.32 | 0.10 | 0 | 0.27 |
| HSL | 199.32º | 0.3% | 0.62% | - |
| HSV(B) | 199.32º | 0.32% | 0.73% | - |
| XYZ | 31.87 | 36.18 | 52.32 | - |
| YUV | 158.21 | 144.25 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 168 | 187 | 0.32 | 0.10 | 0 | 0.27 | 199.32 | 0.3 | 0.62 |
| Hex | 80 | A8 | BB | 20 | A | 0 | 1B | C7 | 1E | 3E |
| Octal | 200 | 250 | 273 | 40 | 12 | 0 | 33 | 307 | 36 | 76 |
| Binary | 10000000 | 10101000 | 10111011 | 100000 | 1010 | 0 | 11011 | 11000111 | 11110 | 111110 |
Color Harmonies of #80A8BB
Complementary color
Monochromatic Colors of #80A8BB
Black with #80A8BB
Text Example
Text Example
White with #80A8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A8BB; }
p { color: rgb(128,168,187); }
H1.HeaderClassName
{
color: #80A8BB;
}
.AnyTagClassName
{
color: #80A8BB;
}
</style>
background-color css
<style>
a { background-color: #80A8BB; }
a { background-color: rgb(128,168,187); }
div.DivClassName
{
background-color: #80A8BB;
}
.BgClassName
{
background-color: #80A8BB;
}
</style>
border-color css
<style>
span { border-color: #80A8BB; }
span { border-color: rgb(128,168,187); }
td.TdClassName
{
border-color: #80A8BB;
}
.TagClassName
{
border-color: #80A8BB;
}
</style>