Shades of Glacier #84B6C1
Tints of Glacier #84B6C1
RGB
CMYK
RGB Variations
Color information
#84B6C1 (or 0x84B6C1) is known color: Glacier. HEX triplet: 84, B6 and C1. RGB value is (132,182,193). Sum of RGB (Red+Green+Blue) = 132+182+193=507 (67% of max value = 765). Red value is 132 (51.95% from 255 or 26.04% from 507); Green value is 182 (71.48% from 255 or 35.90% from 507); Blue value is 193 (75.78% from 255 or 38.07% from 507); Max value from RGB is 193 - color contains mainly: blue. Hex color #84B6C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84B6C1 is #7B493E. Grayscale: #A8A8A8. Windows color (decimal): -8079679 or 12695172. OLE color: 12695172.
HSL color Cylindrical-coordinate representation of color #84B6C1: hue angle of 190.82º 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 #84B6C1 is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 182 | 193 | - |
| CMYK | 0.32 | 0.06 | 0 | 0.24 |
| HSL | 190.82º | 0.33% | 0.64% | - |
| HSV(B) | 190.82º | 0.32% | 0.76% | - |
| XYZ | 35.87 | 42.21 | 56.71 | - |
| YUV | 168.3 | 141.94 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 182 | 193 | 0.32 | 0.06 | 0 | 0.24 | 190.82 | 0.33 | 0.64 |
| Hex | 84 | B6 | C1 | 20 | 6 | 0 | 18 | BF | 21 | 40 |
| Octal | 204 | 266 | 301 | 40 | 6 | 0 | 30 | 277 | 41 | 100 |
| Binary | 10000100 | 10110110 | 11000001 | 100000 | 110 | 0 | 11000 | 10111111 | 100001 | 1000000 |
Color Harmonies of #84B6C1
Complementary color
Monochromatic Colors of #84B6C1
Black with #84B6C1
Text Example
Text Example
White with #84B6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B6C1; }
p { color: rgb(132,182,193); }
H1.HeaderClassName
{
color: #84B6C1;
}
.AnyTagClassName
{
color: #84B6C1;
}
</style>
background-color css
<style>
a { background-color: #84B6C1; }
a { background-color: rgb(132,182,193); }
div.DivClassName
{
background-color: #84B6C1;
}
.BgClassName
{
background-color: #84B6C1;
}
</style>
border-color css
<style>
span { border-color: #84B6C1; }
span { border-color: rgb(132,182,193); }
td.TdClassName
{
border-color: #84B6C1;
}
.TagClassName
{
border-color: #84B6C1;
}
</style>