Shades of Glacier #83ADBB
Tints of Glacier #83ADBB
RGB
CMYK
RGB Variations
Color information
#83ADBB (or 0x83ADBB) is known color: Glacier. HEX triplet: 83, AD and BB. RGB value is (131,173,187). Sum of RGB (Red+Green+Blue) = 131+173+187=491 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.68% from 491); Green value is 173 (67.97% from 255 or 35.23% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 187 - color contains mainly: blue. Hex color #83ADBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ADBB is #7C5244. Grayscale: #A1A1A1. Windows color (decimal): -8147525 or 12299651. OLE color: 12299651.
HSL color Cylindrical-coordinate representation of color #83ADBB: hue angle of 195º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83ADBB is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 173 | 187 | - |
| CMYK | 0.30 | 0.07 | 0 | 0.27 |
| HSL | 195º | 0.29% | 0.62% | - |
| HSV(B) | 195º | 0.3% | 0.73% | - |
| XYZ | 33.27 | 38.3 | 52.65 | - |
| YUV | 162.04 | 142.09 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 173 | 187 | 0.30 | 0.07 | 0 | 0.27 | 195 | 0.29 | 0.62 |
| Hex | 83 | AD | BB | 1E | 7 | 0 | 1B | C3 | 1D | 3E |
| Octal | 203 | 255 | 273 | 36 | 7 | 0 | 33 | 303 | 35 | 76 |
| Binary | 10000011 | 10101101 | 10111011 | 11110 | 111 | 0 | 11011 | 11000011 | 11101 | 111110 |
Color Harmonies of #83ADBB
Complementary color
Monochromatic Colors of #83ADBB
Black with #83ADBB
Text Example
Text Example
White with #83ADBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83ADBB; }
p { color: rgb(131,173,187); }
H1.HeaderClassName
{
color: #83ADBB;
}
.AnyTagClassName
{
color: #83ADBB;
}
</style>
background-color css
<style>
a { background-color: #83ADBB; }
a { background-color: rgb(131,173,187); }
div.DivClassName
{
background-color: #83ADBB;
}
.BgClassName
{
background-color: #83ADBB;
}
</style>
border-color css
<style>
span { border-color: #83ADBB; }
span { border-color: rgb(131,173,187); }
td.TdClassName
{
border-color: #83ADBB;
}
.TagClassName
{
border-color: #83ADBB;
}
</style>