Shades of Glacier #83AFB6
Tints of Glacier #83AFB6
RGB
CMYK
RGB Variations
Color information
#83AFB6 (or 0x83AFB6) is known color: Glacier. HEX triplet: 83, AF and B6. RGB value is (131,175,182). Sum of RGB (Red+Green+Blue) = 131+175+182=488 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.84% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 182 (71.48% from 255 or 37.30% from 488); Max value from RGB is 182 - color contains mainly: blue. Hex color #83AFB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83AFB6 is #7C5049. Grayscale: #A2A2A2. Windows color (decimal): -8147018 or 11972483. OLE color: 11972483.
HSL color Cylindrical-coordinate representation of color #83AFB6: hue angle of 188.24º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #83AFB6 is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 131 | 175 | 182 | - |
| CMYK | 0.28 | 0.04 | 0 | 0.29 |
| HSL | 188.24º | 0.26% | 0.61% | - |
| HSV(B) | 188.24º | 0.28% | 0.71% | - |
| XYZ | 33.13 | 38.86 | 50.01 | - |
| YUV | 162.64 | 138.92 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 175 | 182 | 0.28 | 0.04 | 0 | 0.29 | 188.24 | 0.26 | 0.61 |
| Hex | 83 | AF | B6 | 1C | 4 | 0 | 1D | BC | 1A | 3D |
| Octal | 203 | 257 | 266 | 34 | 4 | 0 | 35 | 274 | 32 | 75 |
| Binary | 10000011 | 10101111 | 10110110 | 11100 | 100 | 0 | 11101 | 10111100 | 11010 | 111101 |
Color Harmonies of #83AFB6
Complementary color
Monochromatic Colors of #83AFB6
Black with #83AFB6
Text Example
Text Example
White with #83AFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AFB6; }
p { color: rgb(131,175,182); }
H1.HeaderClassName
{
color: #83AFB6;
}
.AnyTagClassName
{
color: #83AFB6;
}
</style>
background-color css
<style>
a { background-color: #83AFB6; }
a { background-color: rgb(131,175,182); }
div.DivClassName
{
background-color: #83AFB6;
}
.BgClassName
{
background-color: #83AFB6;
}
</style>
border-color css
<style>
span { border-color: #83AFB6; }
span { border-color: rgb(131,175,182); }
td.TdClassName
{
border-color: #83AFB6;
}
.TagClassName
{
border-color: #83AFB6;
}
</style>