Shades of Glacier #83BEC4
Tints of Glacier #83BEC4
RGB
CMYK
RGB Variations
Color information
#83BEC4 (or 0x83BEC4) is known color: Glacier. HEX triplet: 83, BE and C4. RGB value is (131,190,196). Sum of RGB (Red+Green+Blue) = 131+190+196=517 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.34% from 517); Green value is 190 (74.61% from 255 or 36.75% from 517); Blue value is 196 (76.95% from 255 or 37.91% from 517); Max value from RGB is 196 - color contains mainly: blue. Hex color #83BEC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BEC4 is #7C413B. Grayscale: #ACACAC. Windows color (decimal): -8143164 or 12893827. OLE color: 12893827.
HSL color Cylindrical-coordinate representation of color #83BEC4: hue angle of 185.54º 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 #83BEC4 is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 131 | 190 | 196 | - |
| CMYK | 0.33 | 0.03 | 0 | 0.23 |
| HSL | 185.54º | 0.36% | 0.64% | - |
| HSV(B) | 185.54º | 0.33% | 0.77% | - |
| XYZ | 37.74 | 45.64 | 59.04 | - |
| YUV | 173.04 | 140.95 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 190 | 196 | 0.33 | 0.03 | 0 | 0.23 | 185.54 | 0.36 | 0.64 |
| Hex | 83 | BE | C4 | 21 | 3 | 0 | 17 | BA | 24 | 40 |
| Octal | 203 | 276 | 304 | 41 | 3 | 0 | 27 | 272 | 44 | 100 |
| Binary | 10000011 | 10111110 | 11000100 | 100001 | 11 | 0 | 10111 | 10111010 | 100100 | 1000000 |
Color Harmonies of #83BEC4
Complementary color
Monochromatic Colors of #83BEC4
Black with #83BEC4
Text Example
Text Example
White with #83BEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BEC4; }
p { color: rgb(131,190,196); }
H1.HeaderClassName
{
color: #83BEC4;
}
.AnyTagClassName
{
color: #83BEC4;
}
</style>
background-color css
<style>
a { background-color: #83BEC4; }
a { background-color: rgb(131,190,196); }
div.DivClassName
{
background-color: #83BEC4;
}
.BgClassName
{
background-color: #83BEC4;
}
</style>
border-color css
<style>
span { border-color: #83BEC4; }
span { border-color: rgb(131,190,196); }
td.TdClassName
{
border-color: #83BEC4;
}
.TagClassName
{
border-color: #83BEC4;
}
</style>