Shades of Glacier #83B2BB
Tints of Glacier #83B2BB
RGB
CMYK
RGB Variations
Color information
#83B2BB (or 0x83B2BB) is known color: Glacier. HEX triplet: 83, B2 and BB. RGB value is (131,178,187). Sum of RGB (Red+Green+Blue) = 131+178+187=496 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.41% from 496); Green value is 178 (69.92% from 255 or 35.89% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 187 - color contains mainly: blue. Hex color #83B2BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83B2BB is #7C4D44. Grayscale: #A4A4A4. Windows color (decimal): -8146245 or 12300931. OLE color: 12300931.
HSL color Cylindrical-coordinate representation of color #83B2BB: hue angle of 189.64º 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 #83B2BB is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 178 | 187 | - |
| CMYK | 0.30 | 0.05 | 0 | 0.27 |
| HSL | 189.64º | 0.29% | 0.62% | - |
| HSV(B) | 189.64º | 0.3% | 0.73% | - |
| XYZ | 34.25 | 40.25 | 52.98 | - |
| YUV | 164.97 | 140.43 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 178 | 187 | 0.30 | 0.05 | 0 | 0.27 | 189.64 | 0.29 | 0.62 |
| Hex | 83 | B2 | BB | 1E | 5 | 0 | 1B | BE | 1D | 3E |
| Octal | 203 | 262 | 273 | 36 | 5 | 0 | 33 | 276 | 35 | 76 |
| Binary | 10000011 | 10110010 | 10111011 | 11110 | 101 | 0 | 11011 | 10111110 | 11101 | 111110 |
Color Harmonies of #83B2BB
Complementary color
Monochromatic Colors of #83B2BB
Black with #83B2BB
Text Example
Text Example
White with #83B2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B2BB; }
p { color: rgb(131,178,187); }
H1.HeaderClassName
{
color: #83B2BB;
}
.AnyTagClassName
{
color: #83B2BB;
}
</style>
background-color css
<style>
a { background-color: #83B2BB; }
a { background-color: rgb(131,178,187); }
div.DivClassName
{
background-color: #83B2BB;
}
.BgClassName
{
background-color: #83B2BB;
}
</style>
border-color css
<style>
span { border-color: #83B2BB; }
span { border-color: rgb(131,178,187); }
td.TdClassName
{
border-color: #83B2BB;
}
.TagClassName
{
border-color: #83B2BB;
}
</style>