Shades of Glacier #83BABD
Tints of Glacier #83BABD
RGB
CMYK
RGB Variations
Color information
#83BABD (or 0x83BABD) is known color: Glacier. HEX triplet: 83, BA and BD. RGB value is (131,186,189). Sum of RGB (Red+Green+Blue) = 131+186+189=506 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.89% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 189 - color contains mainly: blue. Hex color #83BABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BABD is #7C4542. Grayscale: #A9A9A9. Windows color (decimal): -8144195 or 12434051. OLE color: 12434051.
HSL color Cylindrical-coordinate representation of color #83BABD: hue angle of 183.1º 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 #83BABD is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 186 | 189 | - |
| CMYK | 0.31 | 0.02 | 0 | 0.26 |
| HSL | 183.1º | 0.31% | 0.63% | - |
| HSV(B) | 183.1º | 0.31% | 0.74% | - |
| XYZ | 36.1 | 43.62 | 54.66 | - |
| YUV | 169.9 | 138.78 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 186 | 189 | 0.31 | 0.02 | 0 | 0.26 | 183.1 | 0.31 | 0.63 |
| Hex | 83 | BA | BD | 1F | 2 | 0 | 1A | B7 | 1F | 3F |
| Octal | 203 | 272 | 275 | 37 | 2 | 0 | 32 | 267 | 37 | 77 |
| Binary | 10000011 | 10111010 | 10111101 | 11111 | 10 | 0 | 11010 | 10110111 | 11111 | 111111 |
Color Harmonies of #83BABD
Complementary color
Monochromatic Colors of #83BABD
Black with #83BABD
Text Example
Text Example
White with #83BABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BABD; }
p { color: rgb(131,186,189); }
H1.HeaderClassName
{
color: #83BABD;
}
.AnyTagClassName
{
color: #83BABD;
}
</style>
background-color css
<style>
a { background-color: #83BABD; }
a { background-color: rgb(131,186,189); }
div.DivClassName
{
background-color: #83BABD;
}
.BgClassName
{
background-color: #83BABD;
}
</style>
border-color css
<style>
span { border-color: #83BABD; }
span { border-color: rgb(131,186,189); }
td.TdClassName
{
border-color: #83BABD;
}
.TagClassName
{
border-color: #83BABD;
}
</style>