Shades of Glacier #84B9C5
Tints of Glacier #84B9C5
RGB
CMYK
RGB Variations
Color information
#84B9C5 (or 0x84B9C5) is known color: Glacier. HEX triplet: 84, B9 and C5. RGB value is (132,185,197). Sum of RGB (Red+Green+Blue) = 132+185+197=514 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.68% from 514); Green value is 185 (72.66% from 255 or 35.99% from 514); Blue value is 197 (77.34% from 255 or 38.33% from 514); Max value from RGB is 197 - color contains mainly: blue. Hex color #84B9C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84B9C5 is #7B463A. Grayscale: #AAAAAA. Windows color (decimal): -8078907 or 12958084. OLE color: 12958084.
HSL color Cylindrical-coordinate representation of color #84B9C5: hue angle of 191.08º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #84B9C5 is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 132 | 185 | 197 | - |
| CMYK | 0.33 | 0.06 | 0 | 0.23 |
| HSL | 191.08º | 0.36% | 0.65% | - |
| HSV(B) | 191.08º | 0.33% | 0.77% | - |
| XYZ | 36.94 | 43.63 | 59.3 | - |
| YUV | 170.52 | 142.94 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 185 | 197 | 0.33 | 0.06 | 0 | 0.23 | 191.08 | 0.36 | 0.65 |
| Hex | 84 | B9 | C5 | 21 | 6 | 0 | 17 | BF | 24 | 41 |
| Octal | 204 | 271 | 305 | 41 | 6 | 0 | 27 | 277 | 44 | 101 |
| Binary | 10000100 | 10111001 | 11000101 | 100001 | 110 | 0 | 10111 | 10111111 | 100100 | 1000001 |
Color Harmonies of #84B9C5
Complementary color
Monochromatic Colors of #84B9C5
Black with #84B9C5
Text Example
Text Example
White with #84B9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B9C5; }
p { color: rgb(132,185,197); }
H1.HeaderClassName
{
color: #84B9C5;
}
.AnyTagClassName
{
color: #84B9C5;
}
</style>
background-color css
<style>
a { background-color: #84B9C5; }
a { background-color: rgb(132,185,197); }
div.DivClassName
{
background-color: #84B9C5;
}
.BgClassName
{
background-color: #84B9C5;
}
</style>
border-color css
<style>
span { border-color: #84B9C5; }
span { border-color: rgb(132,185,197); }
td.TdClassName
{
border-color: #84B9C5;
}
.TagClassName
{
border-color: #84B9C5;
}
</style>