Shades of Glacier #80AFBC
Tints of Glacier #80AFBC
RGB
CMYK
RGB Variations
Color information
#80AFBC (or 0x80AFBC) is known color: Glacier. HEX triplet: 80, AF and BC. RGB value is (128,175,188). Sum of RGB (Red+Green+Blue) = 128+175+188=491 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.07% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 188 - color contains mainly: blue. Hex color #80AFBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AFBC is #7F5043. Grayscale: #A2A2A2. Windows color (decimal): -8343620 or 12365696. OLE color: 12365696.
HSL color Cylindrical-coordinate representation of color #80AFBC: hue angle of 193º 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 #80AFBC is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 175 | 188 | - |
| CMYK | 0.32 | 0.07 | 0 | 0.26 |
| HSL | 193º | 0.31% | 0.62% | - |
| HSV(B) | 193º | 0.32% | 0.74% | - |
| XYZ | 33.31 | 38.88 | 53.33 | - |
| YUV | 162.43 | 142.43 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 175 | 188 | 0.32 | 0.07 | 0 | 0.26 | 193 | 0.31 | 0.62 |
| Hex | 80 | AF | BC | 20 | 7 | 0 | 1A | C1 | 1F | 3E |
| Octal | 200 | 257 | 274 | 40 | 7 | 0 | 32 | 301 | 37 | 76 |
| Binary | 10000000 | 10101111 | 10111100 | 100000 | 111 | 0 | 11010 | 11000001 | 11111 | 111110 |
Color Harmonies of #80AFBC
Complementary color
Monochromatic Colors of #80AFBC
Black with #80AFBC
Text Example
Text Example
White with #80AFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AFBC; }
p { color: rgb(128,175,188); }
H1.HeaderClassName
{
color: #80AFBC;
}
.AnyTagClassName
{
color: #80AFBC;
}
</style>
background-color css
<style>
a { background-color: #80AFBC; }
a { background-color: rgb(128,175,188); }
div.DivClassName
{
background-color: #80AFBC;
}
.BgClassName
{
background-color: #80AFBC;
}
</style>
border-color css
<style>
span { border-color: #80AFBC; }
span { border-color: rgb(128,175,188); }
td.TdClassName
{
border-color: #80AFBC;
}
.TagClassName
{
border-color: #80AFBC;
}
</style>