Shades of Glacier #82ADBE
Tints of Glacier #82ADBE
RGB
CMYK
RGB Variations
Color information
#82ADBE (or 0x82ADBE) is known color: Glacier. HEX triplet: 82, AD and BE. RGB value is (130,173,190). Sum of RGB (Red+Green+Blue) = 130+173+190=493 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.37% from 493); Green value is 173 (67.97% from 255 or 35.09% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 190 - color contains mainly: blue. Hex color #82ADBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82ADBE is #7D5241. Grayscale: #A1A1A1. Windows color (decimal): -8213058 or 12496258. OLE color: 12496258.
HSL color Cylindrical-coordinate representation of color #82ADBE: hue angle of 197º 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 #82ADBE is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 173 | 190 | - |
| CMYK | 0.32 | 0.09 | 0 | 0.25 |
| HSL | 197º | 0.32% | 0.63% | - |
| HSV(B) | 197º | 0.32% | 0.75% | - |
| XYZ | 33.44 | 38.35 | 54.35 | - |
| YUV | 162.08 | 143.75 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 173 | 190 | 0.32 | 0.09 | 0 | 0.25 | 197 | 0.32 | 0.63 |
| Hex | 82 | AD | BE | 20 | 9 | 0 | 19 | C5 | 20 | 3F |
| Octal | 202 | 255 | 276 | 40 | 11 | 0 | 31 | 305 | 40 | 77 |
| Binary | 10000010 | 10101101 | 10111110 | 100000 | 1001 | 0 | 11001 | 11000101 | 100000 | 111111 |
Color Harmonies of #82ADBE
Complementary color
Monochromatic Colors of #82ADBE
Black with #82ADBE
Text Example
Text Example
White with #82ADBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82ADBE; }
p { color: rgb(130,173,190); }
H1.HeaderClassName
{
color: #82ADBE;
}
.AnyTagClassName
{
color: #82ADBE;
}
</style>
background-color css
<style>
a { background-color: #82ADBE; }
a { background-color: rgb(130,173,190); }
div.DivClassName
{
background-color: #82ADBE;
}
.BgClassName
{
background-color: #82ADBE;
}
</style>
border-color css
<style>
span { border-color: #82ADBE; }
span { border-color: rgb(130,173,190); }
td.TdClassName
{
border-color: #82ADBE;
}
.TagClassName
{
border-color: #82ADBE;
}
</style>