Shades of Glacier #83BBC6
Tints of Glacier #83BBC6
RGB
CMYK
RGB Variations
Color information
#83BBC6 (or 0x83BBC6) is known color: Glacier. HEX triplet: 83, BB and C6. RGB value is (131,187,198). Sum of RGB (Red+Green+Blue) = 131+187+198=516 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.39% from 516); Green value is 187 (73.44% from 255 or 36.24% from 516); Blue value is 198 (77.73% from 255 or 38.37% from 516); Max value from RGB is 198 - color contains mainly: blue. Hex color #83BBC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BBC6 is #7C4439. Grayscale: #ABABAB. Windows color (decimal): -8143930 or 13024131. OLE color: 13024131.
HSL color Cylindrical-coordinate representation of color #83BBC6: hue angle of 189.85º 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 #83BBC6 is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 131 | 187 | 198 | - |
| CMYK | 0.34 | 0.06 | 0 | 0.22 |
| HSL | 189.85º | 0.37% | 0.65% | - |
| HSV(B) | 189.85º | 0.34% | 0.78% | - |
| XYZ | 37.32 | 44.44 | 60.04 | - |
| YUV | 171.51 | 142.95 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 187 | 198 | 0.34 | 0.06 | 0 | 0.22 | 189.85 | 0.37 | 0.65 |
| Hex | 83 | BB | C6 | 22 | 6 | 0 | 16 | BE | 25 | 41 |
| Octal | 203 | 273 | 306 | 42 | 6 | 0 | 26 | 276 | 45 | 101 |
| Binary | 10000011 | 10111011 | 11000110 | 100010 | 110 | 0 | 10110 | 10111110 | 100101 | 1000001 |
Color Harmonies of #83BBC6
Complementary color
Monochromatic Colors of #83BBC6
Black with #83BBC6
Text Example
Text Example
White with #83BBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BBC6; }
p { color: rgb(131,187,198); }
H1.HeaderClassName
{
color: #83BBC6;
}
.AnyTagClassName
{
color: #83BBC6;
}
</style>
background-color css
<style>
a { background-color: #83BBC6; }
a { background-color: rgb(131,187,198); }
div.DivClassName
{
background-color: #83BBC6;
}
.BgClassName
{
background-color: #83BBC6;
}
</style>
border-color css
<style>
span { border-color: #83BBC6; }
span { border-color: rgb(131,187,198); }
td.TdClassName
{
border-color: #83BBC6;
}
.TagClassName
{
border-color: #83BBC6;
}
</style>