Shades of Glacier #83B7BB
Tints of Glacier #83B7BB
RGB
CMYK
RGB Variations
Color information
#83B7BB (or 0x83B7BB) is known color: Glacier. HEX triplet: 83, B7 and BB. RGB value is (131,183,187). Sum of RGB (Red+Green+Blue) = 131+183+187=501 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.15% from 501); Green value is 183 (71.88% from 255 or 36.53% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 187 - color contains mainly: blue. Hex color #83B7BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83B7BB is #7C4844. Grayscale: #A7A7A7. Windows color (decimal): -8144965 or 12302211. OLE color: 12302211.
HSL color Cylindrical-coordinate representation of color #83B7BB: hue angle of 184.29º 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 #83B7BB is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 183 | 187 | - |
| CMYK | 0.30 | 0.02 | 0 | 0.27 |
| HSL | 184.29º | 0.29% | 0.62% | - |
| HSV(B) | 184.29º | 0.3% | 0.73% | - |
| XYZ | 35.26 | 42.28 | 53.32 | - |
| YUV | 167.91 | 138.77 | 101.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 183 | 187 | 0.30 | 0.02 | 0 | 0.27 | 184.29 | 0.29 | 0.62 |
| Hex | 83 | B7 | BB | 1E | 2 | 0 | 1B | B8 | 1D | 3E |
| Octal | 203 | 267 | 273 | 36 | 2 | 0 | 33 | 270 | 35 | 76 |
| Binary | 10000011 | 10110111 | 10111011 | 11110 | 10 | 0 | 11011 | 10111000 | 11101 | 111110 |
Color Harmonies of #83B7BB
Complementary color
Monochromatic Colors of #83B7BB
Black with #83B7BB
Text Example
Text Example
White with #83B7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B7BB; }
p { color: rgb(131,183,187); }
H1.HeaderClassName
{
color: #83B7BB;
}
.AnyTagClassName
{
color: #83B7BB;
}
</style>
background-color css
<style>
a { background-color: #83B7BB; }
a { background-color: rgb(131,183,187); }
div.DivClassName
{
background-color: #83B7BB;
}
.BgClassName
{
background-color: #83B7BB;
}
</style>
border-color css
<style>
span { border-color: #83B7BB; }
span { border-color: rgb(131,183,187); }
td.TdClassName
{
border-color: #83B7BB;
}
.TagClassName
{
border-color: #83B7BB;
}
</style>