Shades of Glacier #83B2BD
Tints of Glacier #83B2BD
RGB
CMYK
RGB Variations
Color information
#83B2BD (or 0x83B2BD) is known color: Glacier. HEX triplet: 83, B2 and BD. RGB value is (131,178,189). Sum of RGB (Red+Green+Blue) = 131+178+189=498 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.31% from 498); Green value is 178 (69.92% from 255 or 35.74% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 189 - color contains mainly: blue. Hex color #83B2BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83B2BD is #7C4D42. Grayscale: #A5A5A5. Windows color (decimal): -8146243 or 12432003. OLE color: 12432003.
HSL color Cylindrical-coordinate representation of color #83B2BD: hue angle of 191.38º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #83B2BD is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 178 | 189 | - |
| CMYK | 0.31 | 0.06 | 0 | 0.26 |
| HSL | 191.38º | 0.31% | 0.63% | - |
| HSV(B) | 191.38º | 0.31% | 0.74% | - |
| XYZ | 34.47 | 40.34 | 54.11 | - |
| YUV | 165.2 | 141.43 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 178 | 189 | 0.31 | 0.06 | 0 | 0.26 | 191.38 | 0.31 | 0.63 |
| Hex | 83 | B2 | BD | 1F | 6 | 0 | 1A | BF | 1F | 3F |
| Octal | 203 | 262 | 275 | 37 | 6 | 0 | 32 | 277 | 37 | 77 |
| Binary | 10000011 | 10110010 | 10111101 | 11111 | 110 | 0 | 11010 | 10111111 | 11111 | 111111 |
Color Harmonies of #83B2BD
Complementary color
Monochromatic Colors of #83B2BD
Black with #83B2BD
Text Example
Text Example
White with #83B2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B2BD; }
p { color: rgb(131,178,189); }
H1.HeaderClassName
{
color: #83B2BD;
}
.AnyTagClassName
{
color: #83B2BD;
}
</style>
background-color css
<style>
a { background-color: #83B2BD; }
a { background-color: rgb(131,178,189); }
div.DivClassName
{
background-color: #83B2BD;
}
.BgClassName
{
background-color: #83B2BD;
}
</style>
border-color css
<style>
span { border-color: #83B2BD; }
span { border-color: rgb(131,178,189); }
td.TdClassName
{
border-color: #83B2BD;
}
.TagClassName
{
border-color: #83B2BD;
}
</style>