Shades of Glacier #83BEC6
Tints of Glacier #83BEC6
RGB
CMYK
RGB Variations
Color information
#83BEC6 (or 0x83BEC6) is known color: Glacier. HEX triplet: 83, BE and C6. RGB value is (131,190,198). Sum of RGB (Red+Green+Blue) = 131+190+198=519 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.24% from 519); Green value is 190 (74.61% from 255 or 36.61% from 519); Blue value is 198 (77.73% from 255 or 38.15% from 519); Max value from RGB is 198 - color contains mainly: blue. Hex color #83BEC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BEC6 is #7C4139. Grayscale: #ADADAD. Windows color (decimal): -8143162 or 13024899. OLE color: 13024899.
HSL color Cylindrical-coordinate representation of color #83BEC6: hue angle of 187.16º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #83BEC6 is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 131 | 190 | 198 | - |
| CMYK | 0.34 | 0.04 | 0 | 0.22 |
| HSL | 187.16º | 0.37% | 0.65% | - |
| HSV(B) | 187.16º | 0.34% | 0.78% | - |
| XYZ | 37.97 | 45.73 | 60.25 | - |
| YUV | 173.27 | 141.95 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 190 | 198 | 0.34 | 0.04 | 0 | 0.22 | 187.16 | 0.37 | 0.65 |
| Hex | 83 | BE | C6 | 22 | 4 | 0 | 16 | BB | 25 | 41 |
| Octal | 203 | 276 | 306 | 42 | 4 | 0 | 26 | 273 | 45 | 101 |
| Binary | 10000011 | 10111110 | 11000110 | 100010 | 100 | 0 | 10110 | 10111011 | 100101 | 1000001 |
Color Harmonies of #83BEC6
Complementary color
Monochromatic Colors of #83BEC6
Black with #83BEC6
Text Example
Text Example
White with #83BEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BEC6; }
p { color: rgb(131,190,198); }
H1.HeaderClassName
{
color: #83BEC6;
}
.AnyTagClassName
{
color: #83BEC6;
}
</style>
background-color css
<style>
a { background-color: #83BEC6; }
a { background-color: rgb(131,190,198); }
div.DivClassName
{
background-color: #83BEC6;
}
.BgClassName
{
background-color: #83BEC6;
}
</style>
border-color css
<style>
span { border-color: #83BEC6; }
span { border-color: rgb(131,190,198); }
td.TdClassName
{
border-color: #83BEC6;
}
.TagClassName
{
border-color: #83BEC6;
}
</style>