Shades of Glacier #83BBC1
Tints of Glacier #83BBC1
RGB
CMYK
RGB Variations
Color information
#83BBC1 (or 0x83BBC1) is known color: Glacier. HEX triplet: 83, BB and C1. RGB value is (131,187,193). Sum of RGB (Red+Green+Blue) = 131+187+193=511 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.64% from 511); Green value is 187 (73.44% from 255 or 36.59% from 511); Blue value is 193 (75.78% from 255 or 37.77% from 511); Max value from RGB is 193 - color contains mainly: blue. Hex color #83BBC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BBC1 is #7C443E. Grayscale: #AAAAAA. Windows color (decimal): -8143935 or 12696451. OLE color: 12696451.
HSL color Cylindrical-coordinate representation of color #83BBC1: hue angle of 185.81º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #83BBC1 is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 131 | 187 | 193 | - |
| CMYK | 0.32 | 0.03 | 0 | 0.24 |
| HSL | 185.81º | 0.33% | 0.64% | - |
| HSV(B) | 185.81º | 0.32% | 0.76% | - |
| XYZ | 36.76 | 44.22 | 57.05 | - |
| YUV | 170.94 | 140.45 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 187 | 193 | 0.32 | 0.03 | 0 | 0.24 | 185.81 | 0.33 | 0.64 |
| Hex | 83 | BB | C1 | 20 | 3 | 0 | 18 | BA | 21 | 40 |
| Octal | 203 | 273 | 301 | 40 | 3 | 0 | 30 | 272 | 41 | 100 |
| Binary | 10000011 | 10111011 | 11000001 | 100000 | 11 | 0 | 11000 | 10111010 | 100001 | 1000000 |
Color Harmonies of #83BBC1
Complementary color
Monochromatic Colors of #83BBC1
Black with #83BBC1
Text Example
Text Example
White with #83BBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BBC1; }
p { color: rgb(131,187,193); }
H1.HeaderClassName
{
color: #83BBC1;
}
.AnyTagClassName
{
color: #83BBC1;
}
</style>
background-color css
<style>
a { background-color: #83BBC1; }
a { background-color: rgb(131,187,193); }
div.DivClassName
{
background-color: #83BBC1;
}
.BgClassName
{
background-color: #83BBC1;
}
</style>
border-color css
<style>
span { border-color: #83BBC1; }
span { border-color: rgb(131,187,193); }
td.TdClassName
{
border-color: #83BBC1;
}
.TagClassName
{
border-color: #83BBC1;
}
</style>