Shades of Glacier #83B2BF
Tints of Glacier #83B2BF
RGB
CMYK
RGB Variations
Color information
#83B2BF (or 0x83B2BF) is known color: Glacier. HEX triplet: 83, B2 and BF. RGB value is (131,178,191). Sum of RGB (Red+Green+Blue) = 131+178+191=500 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.2% from 500); Green value is 178 (69.92% from 255 or 35.6% from 500); Blue value is 191 (75% from 255 or 38.2% from 500); Max value from RGB is 191 - color contains mainly: blue. Hex color #83B2BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83B2BF is #7C4D40. Grayscale: #A5A5A5. Windows color (decimal): -8146241 or 12563075. OLE color: 12563075.
HSL color Cylindrical-coordinate representation of color #83B2BF: hue angle of 193º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #83B2BF is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 131 | 178 | 191 | - |
| CMYK | 0.31 | 0.07 | 0 | 0.25 |
| HSL | 193º | 0.32% | 0.63% | - |
| HSV(B) | 193º | 0.31% | 0.75% | - |
| XYZ | 34.68 | 40.43 | 55.27 | - |
| YUV | 165.43 | 142.43 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 178 | 191 | 0.31 | 0.07 | 0 | 0.25 | 193 | 0.32 | 0.63 |
| Hex | 83 | B2 | BF | 1F | 7 | 0 | 19 | C1 | 20 | 3F |
| Octal | 203 | 262 | 277 | 37 | 7 | 0 | 31 | 301 | 40 | 77 |
| Binary | 10000011 | 10110010 | 10111111 | 11111 | 111 | 0 | 11001 | 11000001 | 100000 | 111111 |
Color Harmonies of #83B2BF
Complementary color
Monochromatic Colors of #83B2BF
Black with #83B2BF
Text Example
Text Example
White with #83B2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B2BF; }
p { color: rgb(131,178,191); }
H1.HeaderClassName
{
color: #83B2BF;
}
.AnyTagClassName
{
color: #83B2BF;
}
</style>
background-color css
<style>
a { background-color: #83B2BF; }
a { background-color: rgb(131,178,191); }
div.DivClassName
{
background-color: #83B2BF;
}
.BgClassName
{
background-color: #83B2BF;
}
</style>
border-color css
<style>
span { border-color: #83B2BF; }
span { border-color: rgb(131,178,191); }
td.TdClassName
{
border-color: #83B2BF;
}
.TagClassName
{
border-color: #83B2BF;
}
</style>