Shades of Glacier #83B5BB
Tints of Glacier #83B5BB
RGB
CMYK
RGB Variations
Color information
#83B5BB (or 0x83B5BB) is known color: Glacier. HEX triplet: 83, B5 and BB. RGB value is (131,181,187). Sum of RGB (Red+Green+Blue) = 131+181+187=499 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.25% from 499); Green value is 181 (71.09% from 255 or 36.27% from 499); Blue value is 187 (73.44% from 255 or 37.47% from 499); Max value from RGB is 187 - color contains mainly: blue. Hex color #83B5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83B5BB is #7C4A44. Grayscale: #A6A6A6. Windows color (decimal): -8145477 or 12301699. OLE color: 12301699.
HSL color Cylindrical-coordinate representation of color #83B5BB: hue angle of 186.43º 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 #83B5BB is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 181 | 187 | - |
| CMYK | 0.30 | 0.03 | 0 | 0.27 |
| HSL | 186.43º | 0.29% | 0.62% | - |
| HSV(B) | 186.43º | 0.3% | 0.73% | - |
| XYZ | 34.85 | 41.46 | 53.18 | - |
| YUV | 166.73 | 139.44 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 181 | 187 | 0.30 | 0.03 | 0 | 0.27 | 186.43 | 0.29 | 0.62 |
| Hex | 83 | B5 | BB | 1E | 3 | 0 | 1B | BA | 1D | 3E |
| Octal | 203 | 265 | 273 | 36 | 3 | 0 | 33 | 272 | 35 | 76 |
| Binary | 10000011 | 10110101 | 10111011 | 11110 | 11 | 0 | 11011 | 10111010 | 11101 | 111110 |
Color Harmonies of #83B5BB
Complementary color
Monochromatic Colors of #83B5BB
Black with #83B5BB
Text Example
Text Example
White with #83B5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B5BB; }
p { color: rgb(131,181,187); }
H1.HeaderClassName
{
color: #83B5BB;
}
.AnyTagClassName
{
color: #83B5BB;
}
</style>
background-color css
<style>
a { background-color: #83B5BB; }
a { background-color: rgb(131,181,187); }
div.DivClassName
{
background-color: #83B5BB;
}
.BgClassName
{
background-color: #83B5BB;
}
</style>
border-color css
<style>
span { border-color: #83B5BB; }
span { border-color: rgb(131,181,187); }
td.TdClassName
{
border-color: #83B5BB;
}
.TagClassName
{
border-color: #83B5BB;
}
</style>