Shades of Glacier #83BAC4
Tints of Glacier #83BAC4
RGB
CMYK
RGB Variations
Color information
#83BAC4 (or 0x83BAC4) is known color: Glacier. HEX triplet: 83, BA and C4. RGB value is (131,186,196). Sum of RGB (Red+Green+Blue) = 131+186+196=513 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.54% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 196 (76.95% from 255 or 38.21% from 513); Max value from RGB is 196 - color contains mainly: blue. Hex color #83BAC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BAC4 is #7C453B. Grayscale: #AAAAAA. Windows color (decimal): -8144188 or 12892803. OLE color: 12892803.
HSL color Cylindrical-coordinate representation of color #83BAC4: hue angle of 189.23º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #83BAC4 is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 131 | 186 | 196 | - |
| CMYK | 0.33 | 0.05 | 0 | 0.23 |
| HSL | 189.23º | 0.36% | 0.64% | - |
| HSV(B) | 189.23º | 0.33% | 0.77% | - |
| XYZ | 36.88 | 43.93 | 58.76 | - |
| YUV | 170.7 | 142.28 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 186 | 196 | 0.33 | 0.05 | 0 | 0.23 | 189.23 | 0.36 | 0.64 |
| Hex | 83 | BA | C4 | 21 | 5 | 0 | 17 | BD | 24 | 40 |
| Octal | 203 | 272 | 304 | 41 | 5 | 0 | 27 | 275 | 44 | 100 |
| Binary | 10000011 | 10111010 | 11000100 | 100001 | 101 | 0 | 10111 | 10111101 | 100100 | 1000000 |
Color Harmonies of #83BAC4
Complementary color
Monochromatic Colors of #83BAC4
Black with #83BAC4
Text Example
Text Example
White with #83BAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BAC4; }
p { color: rgb(131,186,196); }
H1.HeaderClassName
{
color: #83BAC4;
}
.AnyTagClassName
{
color: #83BAC4;
}
</style>
background-color css
<style>
a { background-color: #83BAC4; }
a { background-color: rgb(131,186,196); }
div.DivClassName
{
background-color: #83BAC4;
}
.BgClassName
{
background-color: #83BAC4;
}
</style>
border-color css
<style>
span { border-color: #83BAC4; }
span { border-color: rgb(131,186,196); }
td.TdClassName
{
border-color: #83BAC4;
}
.TagClassName
{
border-color: #83BAC4;
}
</style>