Shades of Glacier #82AABE
Tints of Glacier #82AABE
RGB
CMYK
RGB Variations
Color information
#82AABE (or 0x82AABE) is known color: Glacier. HEX triplet: 82, AA and BE. RGB value is (130,170,190). Sum of RGB (Red+Green+Blue) = 130+170+190=490 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.53% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 190 - color contains mainly: blue. Hex color #82AABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82AABE is #7D5541. Grayscale: #A0A0A0. Windows color (decimal): -8213826 or 12495490. OLE color: 12495490.
HSL color Cylindrical-coordinate representation of color #82AABE: hue angle of 200º 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 #82AABE is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 170 | 190 | - |
| CMYK | 0.32 | 0.11 | 0 | 0.25 |
| HSL | 200º | 0.32% | 0.63% | - |
| HSV(B) | 200º | 0.32% | 0.75% | - |
| XYZ | 32.87 | 37.21 | 54.17 | - |
| YUV | 160.32 | 144.75 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 170 | 190 | 0.32 | 0.11 | 0 | 0.25 | 200 | 0.32 | 0.63 |
| Hex | 82 | AA | BE | 20 | B | 0 | 19 | C8 | 20 | 3F |
| Octal | 202 | 252 | 276 | 40 | 13 | 0 | 31 | 310 | 40 | 77 |
| Binary | 10000010 | 10101010 | 10111110 | 100000 | 1011 | 0 | 11001 | 11001000 | 100000 | 111111 |
Color Harmonies of #82AABE
Complementary color
Monochromatic Colors of #82AABE
Black with #82AABE
Text Example
Text Example
White with #82AABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AABE; }
p { color: rgb(130,170,190); }
H1.HeaderClassName
{
color: #82AABE;
}
.AnyTagClassName
{
color: #82AABE;
}
</style>
background-color css
<style>
a { background-color: #82AABE; }
a { background-color: rgb(130,170,190); }
div.DivClassName
{
background-color: #82AABE;
}
.BgClassName
{
background-color: #82AABE;
}
</style>
border-color css
<style>
span { border-color: #82AABE; }
span { border-color: rgb(130,170,190); }
td.TdClassName
{
border-color: #82AABE;
}
.TagClassName
{
border-color: #82AABE;
}
</style>