Shades of Glacier #83BABC
Tints of Glacier #83BABC
RGB
CMYK
RGB Variations
Color information
#83BABC (or 0x83BABC) is known color: Glacier. HEX triplet: 83, BA and BC. RGB value is (131,186,188). Sum of RGB (Red+Green+Blue) = 131+186+188=505 (66% of max value = 765). Red value is 131 (51.56% from 255 or 25.94% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 188 - color contains mainly: blue. Hex color #83BABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BABC is #7C4543. Grayscale: #A9A9A9. Windows color (decimal): -8144196 or 12368515. OLE color: 12368515.
HSL color Cylindrical-coordinate representation of color #83BABC: hue angle of 182.11º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83BABC is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 186 | 188 | - |
| CMYK | 0.30 | 0.01 | 0 | 0.26 |
| HSL | 182.11º | 0.3% | 0.63% | - |
| HSV(B) | 182.11º | 0.3% | 0.74% | - |
| XYZ | 36 | 43.57 | 54.09 | - |
| YUV | 169.78 | 138.28 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 186 | 188 | 0.30 | 0.01 | 0 | 0.26 | 182.11 | 0.3 | 0.63 |
| Hex | 83 | BA | BC | 1E | 1 | 0 | 1A | B6 | 1E | 3F |
| Octal | 203 | 272 | 274 | 36 | 1 | 0 | 32 | 266 | 36 | 77 |
| Binary | 10000011 | 10111010 | 10111100 | 11110 | 1 | 0 | 11010 | 10110110 | 11110 | 111111 |
Color Harmonies of #83BABC
Complementary color
Monochromatic Colors of #83BABC
Black with #83BABC
Text Example
Text Example
White with #83BABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BABC; }
p { color: rgb(131,186,188); }
H1.HeaderClassName
{
color: #83BABC;
}
.AnyTagClassName
{
color: #83BABC;
}
</style>
background-color css
<style>
a { background-color: #83BABC; }
a { background-color: rgb(131,186,188); }
div.DivClassName
{
background-color: #83BABC;
}
.BgClassName
{
background-color: #83BABC;
}
</style>
border-color css
<style>
span { border-color: #83BABC; }
span { border-color: rgb(131,186,188); }
td.TdClassName
{
border-color: #83BABC;
}
.TagClassName
{
border-color: #83BABC;
}
</style>