Shades of Glacier #84B8C1
Tints of Glacier #84B8C1
RGB
CMYK
RGB Variations
Color information
#84B8C1 (or 0x84B8C1) is known color: Glacier. HEX triplet: 84, B8 and C1. RGB value is (132,184,193). Sum of RGB (Red+Green+Blue) = 132+184+193=509 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.93% from 509); Green value is 184 (72.27% from 255 or 36.15% from 509); Blue value is 193 (75.78% from 255 or 37.92% from 509); Max value from RGB is 193 - color contains mainly: blue. Hex color #84B8C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84B8C1 is #7B473E. Grayscale: #A9A9A9. Windows color (decimal): -8079167 or 12695684. OLE color: 12695684.
HSL color Cylindrical-coordinate representation of color #84B8C1: hue angle of 188.85º 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 #84B8C1 is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 184 | 193 | - |
| CMYK | 0.32 | 0.05 | 0 | 0.24 |
| HSL | 188.85º | 0.33% | 0.64% | - |
| HSV(B) | 188.85º | 0.32% | 0.76% | - |
| XYZ | 36.28 | 43.04 | 56.85 | - |
| YUV | 169.48 | 141.27 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 184 | 193 | 0.32 | 0.05 | 0 | 0.24 | 188.85 | 0.33 | 0.64 |
| Hex | 84 | B8 | C1 | 20 | 5 | 0 | 18 | BD | 21 | 40 |
| Octal | 204 | 270 | 301 | 40 | 5 | 0 | 30 | 275 | 41 | 100 |
| Binary | 10000100 | 10111000 | 11000001 | 100000 | 101 | 0 | 11000 | 10111101 | 100001 | 1000000 |
Color Harmonies of #84B8C1
Complementary color
Monochromatic Colors of #84B8C1
Black with #84B8C1
Text Example
Text Example
White with #84B8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B8C1; }
p { color: rgb(132,184,193); }
H1.HeaderClassName
{
color: #84B8C1;
}
.AnyTagClassName
{
color: #84B8C1;
}
</style>
background-color css
<style>
a { background-color: #84B8C1; }
a { background-color: rgb(132,184,193); }
div.DivClassName
{
background-color: #84B8C1;
}
.BgClassName
{
background-color: #84B8C1;
}
</style>
border-color css
<style>
span { border-color: #84B8C1; }
span { border-color: rgb(132,184,193); }
td.TdClassName
{
border-color: #84B8C1;
}
.TagClassName
{
border-color: #84B8C1;
}
</style>