Shades of Glacier #83BABB
Tints of Glacier #83BABB
RGB
CMYK
RGB Variations
Color information
#83BABB (or 0x83BABB) is known color: Glacier. HEX triplet: 83, BA and BB. RGB value is (131,186,187). Sum of RGB (Red+Green+Blue) = 131+186+187=504 (66% of max value = 765). Red value is 131 (51.56% from 255 or 25.99% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 187 - color contains mainly: blue. Hex color #83BABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BABB is #7C4544. Grayscale: #A9A9A9. Windows color (decimal): -8144197 or 12302979. OLE color: 12302979.
HSL color Cylindrical-coordinate representation of color #83BABB: hue angle of 181.07º 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 #83BABB is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 186 | 187 | - |
| CMYK | 0.30 | 0.01 | 0 | 0.27 |
| HSL | 181.07º | 0.29% | 0.62% | - |
| HSV(B) | 181.07º | 0.3% | 0.73% | - |
| XYZ | 35.89 | 43.53 | 53.52 | - |
| YUV | 169.67 | 137.78 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 186 | 187 | 0.30 | 0.01 | 0 | 0.27 | 181.07 | 0.29 | 0.62 |
| Hex | 83 | BA | BB | 1E | 1 | 0 | 1B | B5 | 1D | 3E |
| Octal | 203 | 272 | 273 | 36 | 1 | 0 | 33 | 265 | 35 | 76 |
| Binary | 10000011 | 10111010 | 10111011 | 11110 | 1 | 0 | 11011 | 10110101 | 11101 | 111110 |
Color Harmonies of #83BABB
Complementary color
Monochromatic Colors of #83BABB
Black with #83BABB
Text Example
Text Example
White with #83BABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BABB; }
p { color: rgb(131,186,187); }
H1.HeaderClassName
{
color: #83BABB;
}
.AnyTagClassName
{
color: #83BABB;
}
</style>
background-color css
<style>
a { background-color: #83BABB; }
a { background-color: rgb(131,186,187); }
div.DivClassName
{
background-color: #83BABB;
}
.BgClassName
{
background-color: #83BABB;
}
</style>
border-color css
<style>
span { border-color: #83BABB; }
span { border-color: rgb(131,186,187); }
td.TdClassName
{
border-color: #83BABB;
}
.TagClassName
{
border-color: #83BABB;
}
</style>