Shades of Glacier #83ACB8
Tints of Glacier #83ACB8
RGB
CMYK
RGB Variations
Color information
#83ACB8 (or 0x83ACB8) is known color: Glacier. HEX triplet: 83, AC and B8. RGB value is (131,172,184). Sum of RGB (Red+Green+Blue) = 131+172+184=487 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.90% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 184 (72.27% from 255 or 37.78% from 487); Max value from RGB is 184 - color contains mainly: blue. Hex color #83ACB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ACB8 is #7C5347. Grayscale: #A1A1A1. Windows color (decimal): -8147784 or 12102787. OLE color: 12102787.
HSL color Cylindrical-coordinate representation of color #83ACB8: hue angle of 193.58º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #83ACB8 is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 131 | 172 | 184 | - |
| CMYK | 0.29 | 0.07 | 0 | 0.28 |
| HSL | 193.58º | 0.27% | 0.62% | - |
| HSV(B) | 193.58º | 0.29% | 0.72% | - |
| XYZ | 32.76 | 37.79 | 50.91 | - |
| YUV | 161.11 | 140.92 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 172 | 184 | 0.29 | 0.07 | 0 | 0.28 | 193.58 | 0.27 | 0.62 |
| Hex | 83 | AC | B8 | 1D | 7 | 0 | 1C | C2 | 1B | 3E |
| Octal | 203 | 254 | 270 | 35 | 7 | 0 | 34 | 302 | 33 | 76 |
| Binary | 10000011 | 10101100 | 10111000 | 11101 | 111 | 0 | 11100 | 11000010 | 11011 | 111110 |
Color Harmonies of #83ACB8
Complementary color
Monochromatic Colors of #83ACB8
Black with #83ACB8
Text Example
Text Example
White with #83ACB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83ACB8; }
p { color: rgb(131,172,184); }
H1.HeaderClassName
{
color: #83ACB8;
}
.AnyTagClassName
{
color: #83ACB8;
}
</style>
background-color css
<style>
a { background-color: #83ACB8; }
a { background-color: rgb(131,172,184); }
div.DivClassName
{
background-color: #83ACB8;
}
.BgClassName
{
background-color: #83ACB8;
}
</style>
border-color css
<style>
span { border-color: #83ACB8; }
span { border-color: rgb(131,172,184); }
td.TdClassName
{
border-color: #83ACB8;
}
.TagClassName
{
border-color: #83ACB8;
}
</style>