Shades of Glacier #82ADBD
Tints of Glacier #82ADBD
RGB
CMYK
RGB Variations
Color information
#82ADBD (or 0x82ADBD) is known color: Glacier. HEX triplet: 82, AD and BD. RGB value is (130,173,189). Sum of RGB (Red+Green+Blue) = 130+173+189=492 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.42% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 189 - color contains mainly: blue. Hex color #82ADBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82ADBD is #7D5242. Grayscale: #A1A1A1. Windows color (decimal): -8213059 or 12430722. OLE color: 12430722.
HSL color Cylindrical-coordinate representation of color #82ADBD: hue angle of 196.27º 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 #82ADBD is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 173 | 189 | - |
| CMYK | 0.31 | 0.08 | 0 | 0.26 |
| HSL | 196.27º | 0.31% | 0.63% | - |
| HSV(B) | 196.27º | 0.31% | 0.74% | - |
| XYZ | 33.33 | 38.31 | 53.78 | - |
| YUV | 161.97 | 143.25 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 173 | 189 | 0.31 | 0.08 | 0 | 0.26 | 196.27 | 0.31 | 0.63 |
| Hex | 82 | AD | BD | 1F | 8 | 0 | 1A | C4 | 1F | 3F |
| Octal | 202 | 255 | 275 | 37 | 10 | 0 | 32 | 304 | 37 | 77 |
| Binary | 10000010 | 10101101 | 10111101 | 11111 | 1000 | 0 | 11010 | 11000100 | 11111 | 111111 |
Color Harmonies of #82ADBD
Complementary color
Monochromatic Colors of #82ADBD
Black with #82ADBD
Text Example
Text Example
White with #82ADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82ADBD; }
p { color: rgb(130,173,189); }
H1.HeaderClassName
{
color: #82ADBD;
}
.AnyTagClassName
{
color: #82ADBD;
}
</style>
background-color css
<style>
a { background-color: #82ADBD; }
a { background-color: rgb(130,173,189); }
div.DivClassName
{
background-color: #82ADBD;
}
.BgClassName
{
background-color: #82ADBD;
}
</style>
border-color css
<style>
span { border-color: #82ADBD; }
span { border-color: rgb(130,173,189); }
td.TdClassName
{
border-color: #82ADBD;
}
.TagClassName
{
border-color: #82ADBD;
}
</style>