Shades of Glacier #80AFBD
Tints of Glacier #80AFBD
RGB
CMYK
RGB Variations
Color information
#80AFBD (or 0x80AFBD) is known color: Glacier. HEX triplet: 80, AF and BD. RGB value is (128,175,189). Sum of RGB (Red+Green+Blue) = 128+175+189=492 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.02% from 492); Green value is 175 (68.75% from 255 or 35.57% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 189 - color contains mainly: blue. Hex color #80AFBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AFBD is #7F5042. Grayscale: #A2A2A2. Windows color (decimal): -8343619 or 12431232. OLE color: 12431232.
HSL color Cylindrical-coordinate representation of color #80AFBD: hue angle of 193.77º 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 #80AFBD is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 175 | 189 | - |
| CMYK | 0.32 | 0.07 | 0 | 0.26 |
| HSL | 193.77º | 0.32% | 0.62% | - |
| HSV(B) | 193.77º | 0.32% | 0.74% | - |
| XYZ | 33.42 | 38.92 | 53.9 | - |
| YUV | 162.54 | 142.93 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 175 | 189 | 0.32 | 0.07 | 0 | 0.26 | 193.77 | 0.32 | 0.62 |
| Hex | 80 | AF | BD | 20 | 7 | 0 | 1A | C2 | 20 | 3E |
| Octal | 200 | 257 | 275 | 40 | 7 | 0 | 32 | 302 | 40 | 76 |
| Binary | 10000000 | 10101111 | 10111101 | 100000 | 111 | 0 | 11010 | 11000010 | 100000 | 111110 |
Color Harmonies of #80AFBD
Complementary color
Monochromatic Colors of #80AFBD
Black with #80AFBD
Text Example
Text Example
White with #80AFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AFBD; }
p { color: rgb(128,175,189); }
H1.HeaderClassName
{
color: #80AFBD;
}
.AnyTagClassName
{
color: #80AFBD;
}
</style>
background-color css
<style>
a { background-color: #80AFBD; }
a { background-color: rgb(128,175,189); }
div.DivClassName
{
background-color: #80AFBD;
}
.BgClassName
{
background-color: #80AFBD;
}
</style>
border-color css
<style>
span { border-color: #80AFBD; }
span { border-color: rgb(128,175,189); }
td.TdClassName
{
border-color: #80AFBD;
}
.TagClassName
{
border-color: #80AFBD;
}
</style>