Shades of Glacier #83ABB8
Tints of Glacier #83ABB8
RGB
CMYK
RGB Variations
Color information
#83ABB8 (or 0x83ABB8) is known color: Glacier. HEX triplet: 83, AB and B8. RGB value is (131,171,184). Sum of RGB (Red+Green+Blue) = 131+171+184=486 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.95% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 184 (72.27% from 255 or 37.86% from 486); Max value from RGB is 184 - color contains mainly: blue. Hex color #83ABB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83ABB8 is #7C5447. Grayscale: #A0A0A0. Windows color (decimal): -8148040 or 12102531. OLE color: 12102531.
HSL color Cylindrical-coordinate representation of color #83ABB8: hue angle of 194.72º 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 #83ABB8 is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 131 | 171 | 184 | - |
| CMYK | 0.29 | 0.07 | 0 | 0.28 |
| HSL | 194.72º | 0.27% | 0.62% | - |
| HSV(B) | 194.72º | 0.29% | 0.72% | - |
| XYZ | 32.57 | 37.41 | 50.85 | - |
| YUV | 160.52 | 141.25 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 171 | 184 | 0.29 | 0.07 | 0 | 0.28 | 194.72 | 0.27 | 0.62 |
| Hex | 83 | AB | B8 | 1D | 7 | 0 | 1C | C3 | 1B | 3E |
| Octal | 203 | 253 | 270 | 35 | 7 | 0 | 34 | 303 | 33 | 76 |
| Binary | 10000011 | 10101011 | 10111000 | 11101 | 111 | 0 | 11100 | 11000011 | 11011 | 111110 |
Color Harmonies of #83ABB8
Complementary color
Monochromatic Colors of #83ABB8
Black with #83ABB8
Text Example
Text Example
White with #83ABB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83ABB8; }
p { color: rgb(131,171,184); }
H1.HeaderClassName
{
color: #83ABB8;
}
.AnyTagClassName
{
color: #83ABB8;
}
</style>
background-color css
<style>
a { background-color: #83ABB8; }
a { background-color: rgb(131,171,184); }
div.DivClassName
{
background-color: #83ABB8;
}
.BgClassName
{
background-color: #83ABB8;
}
</style>
border-color css
<style>
span { border-color: #83ABB8; }
span { border-color: rgb(131,171,184); }
td.TdClassName
{
border-color: #83ABB8;
}
.TagClassName
{
border-color: #83ABB8;
}
</style>