Shades of Glacier #82B7BD
Tints of Glacier #82B7BD
RGB
CMYK
RGB Variations
Color information
#82B7BD (or 0x82B7BD) is known color: Glacier. HEX triplet: 82, B7 and BD. RGB value is (130,183,189). Sum of RGB (Red+Green+Blue) = 130+183+189=502 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.90% from 502); Green value is 183 (71.88% from 255 or 36.45% from 502); Blue value is 189 (74.22% from 255 or 37.65% from 502); Max value from RGB is 189 - color contains mainly: blue. Hex color #82B7BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82B7BD is #7D4842. Grayscale: #A7A7A7. Windows color (decimal): -8210499 or 12433282. OLE color: 12433282.
HSL color Cylindrical-coordinate representation of color #82B7BD: hue angle of 186.1º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #82B7BD is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 183 | 189 | - |
| CMYK | 0.31 | 0.03 | 0 | 0.26 |
| HSL | 186.1º | 0.31% | 0.63% | - |
| HSV(B) | 186.1º | 0.31% | 0.74% | - |
| XYZ | 35.32 | 42.29 | 54.44 | - |
| YUV | 167.84 | 139.94 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 183 | 189 | 0.31 | 0.03 | 0 | 0.26 | 186.1 | 0.31 | 0.63 |
| Hex | 82 | B7 | BD | 1F | 3 | 0 | 1A | BA | 1F | 3F |
| Octal | 202 | 267 | 275 | 37 | 3 | 0 | 32 | 272 | 37 | 77 |
| Binary | 10000010 | 10110111 | 10111101 | 11111 | 11 | 0 | 11010 | 10111010 | 11111 | 111111 |
Color Harmonies of #82B7BD
Complementary color
Monochromatic Colors of #82B7BD
Black with #82B7BD
Text Example
Text Example
White with #82B7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B7BD; }
p { color: rgb(130,183,189); }
H1.HeaderClassName
{
color: #82B7BD;
}
.AnyTagClassName
{
color: #82B7BD;
}
</style>
background-color css
<style>
a { background-color: #82B7BD; }
a { background-color: rgb(130,183,189); }
div.DivClassName
{
background-color: #82B7BD;
}
.BgClassName
{
background-color: #82B7BD;
}
</style>
border-color css
<style>
span { border-color: #82B7BD; }
span { border-color: rgb(130,183,189); }
td.TdClassName
{
border-color: #82B7BD;
}
.TagClassName
{
border-color: #82B7BD;
}
</style>