Shades of Glacier #83BFC2
Tints of Glacier #83BFC2
RGB
CMYK
RGB Variations
Color information
#83BFC2 (or 0x83BFC2) is known color: Glacier. HEX triplet: 83, BF and C2. RGB value is (131,191,194). Sum of RGB (Red+Green+Blue) = 131+191+194=516 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.39% from 516); Green value is 191 (75% from 255 or 37.02% from 516); Blue value is 194 (76.17% from 255 or 37.60% from 516); Max value from RGB is 194 - color contains mainly: blue. Hex color #83BFC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BFC2 is #7C403D. Grayscale: #ADADAD. Windows color (decimal): -8142910 or 12763011. OLE color: 12763011.
HSL color Cylindrical-coordinate representation of color #83BFC2: hue angle of 182.86º degrees, saturation: 0.34, 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 #83BFC2 is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 131 | 191 | 194 | - |
| CMYK | 0.32 | 0.02 | 0 | 0.24 |
| HSL | 182.86º | 0.34% | 0.64% | - |
| HSV(B) | 182.86º | 0.32% | 0.76% | - |
| XYZ | 37.73 | 45.98 | 57.93 | - |
| YUV | 173.4 | 139.62 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 191 | 194 | 0.32 | 0.02 | 0 | 0.24 | 182.86 | 0.34 | 0.64 |
| Hex | 83 | BF | C2 | 20 | 2 | 0 | 18 | B7 | 22 | 40 |
| Octal | 203 | 277 | 302 | 40 | 2 | 0 | 30 | 267 | 42 | 100 |
| Binary | 10000011 | 10111111 | 11000010 | 100000 | 10 | 0 | 11000 | 10110111 | 100010 | 1000000 |
Color Harmonies of #83BFC2
Complementary color
Monochromatic Colors of #83BFC2
Black with #83BFC2
Text Example
Text Example
White with #83BFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BFC2; }
p { color: rgb(131,191,194); }
H1.HeaderClassName
{
color: #83BFC2;
}
.AnyTagClassName
{
color: #83BFC2;
}
</style>
background-color css
<style>
a { background-color: #83BFC2; }
a { background-color: rgb(131,191,194); }
div.DivClassName
{
background-color: #83BFC2;
}
.BgClassName
{
background-color: #83BFC2;
}
</style>
border-color css
<style>
span { border-color: #83BFC2; }
span { border-color: rgb(131,191,194); }
td.TdClassName
{
border-color: #83BFC2;
}
.TagClassName
{
border-color: #83BFC2;
}
</style>