Shades of Glacier #80ADC1
Tints of Glacier #80ADC1
RGB
CMYK
RGB Variations
Color information
#80ADC1 (or 0x80ADC1) is known color: Glacier. HEX triplet: 80, AD and C1. RGB value is (128,173,193). Sum of RGB (Red+Green+Blue) = 128+173+193=494 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.91% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 193 (75.78% from 255 or 39.07% from 494); Max value from RGB is 193 - color contains mainly: blue. Hex color #80ADC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ADC1 is #7F523E. Grayscale: #A1A1A1. Windows color (decimal): -8344127 or 12692864. OLE color: 12692864.
HSL color Cylindrical-coordinate representation of color #80ADC1: hue angle of 198.46º 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 #80ADC1 is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 173 | 193 | - |
| CMYK | 0.34 | 0.10 | 0 | 0.24 |
| HSL | 198.46º | 0.34% | 0.63% | - |
| HSV(B) | 198.46º | 0.34% | 0.76% | - |
| XYZ | 33.47 | 38.33 | 56.09 | - |
| YUV | 161.83 | 145.59 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 173 | 193 | 0.34 | 0.10 | 0 | 0.24 | 198.46 | 0.34 | 0.63 |
| Hex | 80 | AD | C1 | 22 | A | 0 | 18 | C6 | 22 | 3F |
| Octal | 200 | 255 | 301 | 42 | 12 | 0 | 30 | 306 | 42 | 77 |
| Binary | 10000000 | 10101101 | 11000001 | 100010 | 1010 | 0 | 11000 | 11000110 | 100010 | 111111 |
Color Harmonies of #80ADC1
Complementary color
Monochromatic Colors of #80ADC1
Black with #80ADC1
Text Example
Text Example
White with #80ADC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80ADC1; }
p { color: rgb(128,173,193); }
H1.HeaderClassName
{
color: #80ADC1;
}
.AnyTagClassName
{
color: #80ADC1;
}
</style>
background-color css
<style>
a { background-color: #80ADC1; }
a { background-color: rgb(128,173,193); }
div.DivClassName
{
background-color: #80ADC1;
}
.BgClassName
{
background-color: #80ADC1;
}
</style>
border-color css
<style>
span { border-color: #80ADC1; }
span { border-color: rgb(128,173,193); }
td.TdClassName
{
border-color: #80ADC1;
}
.TagClassName
{
border-color: #80ADC1;
}
</style>