Shades of Glacier #82AABF
Tints of Glacier #82AABF
RGB
CMYK
RGB Variations
Color information
#82AABF (or 0x82AABF) is known color: Glacier. HEX triplet: 82, AA and BF. RGB value is (130,170,191). Sum of RGB (Red+Green+Blue) = 130+170+191=491 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.48% from 491); Green value is 170 (66.80% from 255 or 34.62% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 191 - color contains mainly: blue. Hex color #82AABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82AABF is #7D5540. Grayscale: #A0A0A0. Windows color (decimal): -8213825 or 12561026. OLE color: 12561026.
HSL color Cylindrical-coordinate representation of color #82AABF: hue angle of 200.66º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #82AABF is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 170 | 191 | - |
| CMYK | 0.32 | 0.11 | 0 | 0.25 |
| HSL | 200.66º | 0.32% | 0.63% | - |
| HSV(B) | 200.66º | 0.32% | 0.75% | - |
| XYZ | 32.98 | 37.26 | 54.74 | - |
| YUV | 160.43 | 145.25 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 170 | 191 | 0.32 | 0.11 | 0 | 0.25 | 200.66 | 0.32 | 0.63 |
| Hex | 82 | AA | BF | 20 | B | 0 | 19 | C9 | 20 | 3F |
| Octal | 202 | 252 | 277 | 40 | 13 | 0 | 31 | 311 | 40 | 77 |
| Binary | 10000010 | 10101010 | 10111111 | 100000 | 1011 | 0 | 11001 | 11001001 | 100000 | 111111 |
Color Harmonies of #82AABF
Complementary color
Monochromatic Colors of #82AABF
Black with #82AABF
Text Example
Text Example
White with #82AABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AABF; }
p { color: rgb(130,170,191); }
H1.HeaderClassName
{
color: #82AABF;
}
.AnyTagClassName
{
color: #82AABF;
}
</style>
background-color css
<style>
a { background-color: #82AABF; }
a { background-color: rgb(130,170,191); }
div.DivClassName
{
background-color: #82AABF;
}
.BgClassName
{
background-color: #82AABF;
}
</style>
border-color css
<style>
span { border-color: #82AABF; }
span { border-color: rgb(130,170,191); }
td.TdClassName
{
border-color: #82AABF;
}
.TagClassName
{
border-color: #82AABF;
}
</style>