Shades of Glacier #83B9BF
Tints of Glacier #83B9BF
RGB
CMYK
RGB Variations
Color information
#83B9BF (or 0x83B9BF) is known color: Glacier. HEX triplet: 83, B9 and BF. RGB value is (131,185,191). Sum of RGB (Red+Green+Blue) = 131+185+191=507 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.84% from 507); Green value is 185 (72.66% from 255 or 36.49% from 507); Blue value is 191 (75% from 255 or 37.67% from 507); Max value from RGB is 191 - color contains mainly: blue. Hex color #83B9BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83B9BF is #7C4640. Grayscale: #A9A9A9. Windows color (decimal): -8144449 or 12564867. OLE color: 12564867.
HSL color Cylindrical-coordinate representation of color #83B9BF: hue angle of 186º 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 #83B9BF is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 131 | 185 | 191 | - |
| CMYK | 0.31 | 0.03 | 0 | 0.25 |
| HSL | 186º | 0.32% | 0.63% | - |
| HSV(B) | 186º | 0.31% | 0.75% | - |
| XYZ | 36.11 | 43.28 | 55.74 | - |
| YUV | 169.54 | 140.11 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 185 | 191 | 0.31 | 0.03 | 0 | 0.25 | 186 | 0.32 | 0.63 |
| Hex | 83 | B9 | BF | 1F | 3 | 0 | 19 | BA | 20 | 3F |
| Octal | 203 | 271 | 277 | 37 | 3 | 0 | 31 | 272 | 40 | 77 |
| Binary | 10000011 | 10111001 | 10111111 | 11111 | 11 | 0 | 11001 | 10111010 | 100000 | 111111 |
Color Harmonies of #83B9BF
Complementary color
Monochromatic Colors of #83B9BF
Black with #83B9BF
Text Example
Text Example
White with #83B9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B9BF; }
p { color: rgb(131,185,191); }
H1.HeaderClassName
{
color: #83B9BF;
}
.AnyTagClassName
{
color: #83B9BF;
}
</style>
background-color css
<style>
a { background-color: #83B9BF; }
a { background-color: rgb(131,185,191); }
div.DivClassName
{
background-color: #83B9BF;
}
.BgClassName
{
background-color: #83B9BF;
}
</style>
border-color css
<style>
span { border-color: #83B9BF; }
span { border-color: rgb(131,185,191); }
td.TdClassName
{
border-color: #83B9BF;
}
.TagClassName
{
border-color: #83B9BF;
}
</style>