Shades of Glacier #83BDC6
Tints of Glacier #83BDC6
RGB
CMYK
RGB Variations
Color information
#83BDC6 (or 0x83BDC6) is known color: Glacier. HEX triplet: 83, BD and C6. RGB value is (131,189,198). Sum of RGB (Red+Green+Blue) = 131+189+198=518 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.29% from 518); Green value is 189 (74.22% from 255 or 36.49% from 518); Blue value is 198 (77.73% from 255 or 38.22% from 518); Max value from RGB is 198 - color contains mainly: blue. Hex color #83BDC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BDC6 is #7C4239. Grayscale: #ACACAC. Windows color (decimal): -8143418 or 13024643. OLE color: 13024643.
HSL color Cylindrical-coordinate representation of color #83BDC6: hue angle of 188.06º 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 #83BDC6 is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 131 | 189 | 198 | - |
| CMYK | 0.34 | 0.05 | 0 | 0.22 |
| HSL | 188.06º | 0.37% | 0.65% | - |
| HSV(B) | 188.06º | 0.34% | 0.78% | - |
| XYZ | 37.75 | 45.3 | 60.18 | - |
| YUV | 172.68 | 142.28 | 98.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 189 | 198 | 0.34 | 0.05 | 0 | 0.22 | 188.06 | 0.37 | 0.65 |
| Hex | 83 | BD | C6 | 22 | 5 | 0 | 16 | BC | 25 | 41 |
| Octal | 203 | 275 | 306 | 42 | 5 | 0 | 26 | 274 | 45 | 101 |
| Binary | 10000011 | 10111101 | 11000110 | 100010 | 101 | 0 | 10110 | 10111100 | 100101 | 1000001 |
Color Harmonies of #83BDC6
Complementary color
Monochromatic Colors of #83BDC6
Black with #83BDC6
Text Example
Text Example
White with #83BDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BDC6; }
p { color: rgb(131,189,198); }
H1.HeaderClassName
{
color: #83BDC6;
}
.AnyTagClassName
{
color: #83BDC6;
}
</style>
background-color css
<style>
a { background-color: #83BDC6; }
a { background-color: rgb(131,189,198); }
div.DivClassName
{
background-color: #83BDC6;
}
.BgClassName
{
background-color: #83BDC6;
}
</style>
border-color css
<style>
span { border-color: #83BDC6; }
span { border-color: rgb(131,189,198); }
td.TdClassName
{
border-color: #83BDC6;
}
.TagClassName
{
border-color: #83BDC6;
}
</style>