Shades of Glacier #83B8C1
Tints of Glacier #83B8C1
RGB
CMYK
RGB Variations
Color information
#83B8C1 (or 0x83B8C1) is known color: Glacier. HEX triplet: 83, B8 and C1. RGB value is (131,184,193). Sum of RGB (Red+Green+Blue) = 131+184+193=508 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.79% from 508); Green value is 184 (72.27% from 255 or 36.22% from 508); Blue value is 193 (75.78% from 255 or 37.99% from 508); Max value from RGB is 193 - color contains mainly: blue. Hex color #83B8C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83B8C1 is #7C473E. Grayscale: #A9A9A9. Windows color (decimal): -8144703 or 12695683. OLE color: 12695683.
HSL color Cylindrical-coordinate representation of color #83B8C1: hue angle of 188.71º 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 #83B8C1 is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 131 | 184 | 193 | - |
| CMYK | 0.32 | 0.05 | 0 | 0.24 |
| HSL | 188.71º | 0.33% | 0.64% | - |
| HSV(B) | 188.71º | 0.32% | 0.76% | - |
| XYZ | 36.13 | 42.96 | 56.84 | - |
| YUV | 169.18 | 141.44 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 184 | 193 | 0.32 | 0.05 | 0 | 0.24 | 188.71 | 0.33 | 0.64 |
| Hex | 83 | B8 | C1 | 20 | 5 | 0 | 18 | BD | 21 | 40 |
| Octal | 203 | 270 | 301 | 40 | 5 | 0 | 30 | 275 | 41 | 100 |
| Binary | 10000011 | 10111000 | 11000001 | 100000 | 101 | 0 | 11000 | 10111101 | 100001 | 1000000 |
Color Harmonies of #83B8C1
Complementary color
Monochromatic Colors of #83B8C1
Black with #83B8C1
Text Example
Text Example
White with #83B8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B8C1; }
p { color: rgb(131,184,193); }
H1.HeaderClassName
{
color: #83B8C1;
}
.AnyTagClassName
{
color: #83B8C1;
}
</style>
background-color css
<style>
a { background-color: #83B8C1; }
a { background-color: rgb(131,184,193); }
div.DivClassName
{
background-color: #83B8C1;
}
.BgClassName
{
background-color: #83B8C1;
}
</style>
border-color css
<style>
span { border-color: #83B8C1; }
span { border-color: rgb(131,184,193); }
td.TdClassName
{
border-color: #83B8C1;
}
.TagClassName
{
border-color: #83B8C1;
}
</style>