Shades of Glacier #82ABBC
Tints of Glacier #82ABBC
RGB
CMYK
RGB Variations
Color information
#82ABBC (or 0x82ABBC) is known color: Glacier. HEX triplet: 82, AB and BC. RGB value is (130,171,188). Sum of RGB (Red+Green+Blue) = 130+171+188=489 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.58% from 489); Green value is 171 (67.19% from 255 or 34.97% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 188 - color contains mainly: blue. Hex color #82ABBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82ABBC is #7D5443. Grayscale: #A0A0A0. Windows color (decimal): -8213572 or 12364674. OLE color: 12364674.
HSL color Cylindrical-coordinate representation of color #82ABBC: hue angle of 197.59º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #82ABBC is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 171 | 188 | - |
| CMYK | 0.31 | 0.09 | 0 | 0.26 |
| HSL | 197.59º | 0.3% | 0.62% | - |
| HSV(B) | 197.59º | 0.31% | 0.74% | - |
| XYZ | 32.85 | 37.5 | 53.08 | - |
| YUV | 160.68 | 143.42 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 171 | 188 | 0.31 | 0.09 | 0 | 0.26 | 197.59 | 0.3 | 0.62 |
| Hex | 82 | AB | BC | 1F | 9 | 0 | 1A | C6 | 1E | 3E |
| Octal | 202 | 253 | 274 | 37 | 11 | 0 | 32 | 306 | 36 | 76 |
| Binary | 10000010 | 10101011 | 10111100 | 11111 | 1001 | 0 | 11010 | 11000110 | 11110 | 111110 |
Color Harmonies of #82ABBC
Complementary color
Monochromatic Colors of #82ABBC
Black with #82ABBC
Text Example
Text Example
White with #82ABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82ABBC; }
p { color: rgb(130,171,188); }
H1.HeaderClassName
{
color: #82ABBC;
}
.AnyTagClassName
{
color: #82ABBC;
}
</style>
background-color css
<style>
a { background-color: #82ABBC; }
a { background-color: rgb(130,171,188); }
div.DivClassName
{
background-color: #82ABBC;
}
.BgClassName
{
background-color: #82ABBC;
}
</style>
border-color css
<style>
span { border-color: #82ABBC; }
span { border-color: rgb(130,171,188); }
td.TdClassName
{
border-color: #82ABBC;
}
.TagClassName
{
border-color: #82ABBC;
}
</style>