Shades of Glacier #83AFB7
Tints of Glacier #83AFB7
RGB
CMYK
RGB Variations
Color information
#83AFB7 (or 0x83AFB7) is known color: Glacier. HEX triplet: 83, AF and B7. RGB value is (131,175,183). Sum of RGB (Red+Green+Blue) = 131+175+183=489 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.79% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 183 (71.88% from 255 or 37.42% from 489); Max value from RGB is 183 - color contains mainly: blue. Hex color #83AFB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83AFB7 is #7C5048. Grayscale: #A2A2A2. Windows color (decimal): -8147017 or 12038019. OLE color: 12038019.
HSL color Cylindrical-coordinate representation of color #83AFB7: hue angle of 189.23º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #83AFB7 is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 131 | 175 | 183 | - |
| CMYK | 0.28 | 0.04 | 0 | 0.28 |
| HSL | 189.23º | 0.27% | 0.62% | - |
| HSV(B) | 189.23º | 0.28% | 0.72% | - |
| XYZ | 33.24 | 38.9 | 50.56 | - |
| YUV | 162.76 | 139.42 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 175 | 183 | 0.28 | 0.04 | 0 | 0.28 | 189.23 | 0.27 | 0.62 |
| Hex | 83 | AF | B7 | 1C | 4 | 0 | 1C | BD | 1B | 3E |
| Octal | 203 | 257 | 267 | 34 | 4 | 0 | 34 | 275 | 33 | 76 |
| Binary | 10000011 | 10101111 | 10110111 | 11100 | 100 | 0 | 11100 | 10111101 | 11011 | 111110 |
Color Harmonies of #83AFB7
Complementary color
Monochromatic Colors of #83AFB7
Black with #83AFB7
Text Example
Text Example
White with #83AFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AFB7; }
p { color: rgb(131,175,183); }
H1.HeaderClassName
{
color: #83AFB7;
}
.AnyTagClassName
{
color: #83AFB7;
}
</style>
background-color css
<style>
a { background-color: #83AFB7; }
a { background-color: rgb(131,175,183); }
div.DivClassName
{
background-color: #83AFB7;
}
.BgClassName
{
background-color: #83AFB7;
}
</style>
border-color css
<style>
span { border-color: #83AFB7; }
span { border-color: rgb(131,175,183); }
td.TdClassName
{
border-color: #83AFB7;
}
.TagClassName
{
border-color: #83AFB7;
}
</style>