Shades of Glacier #84B9BD
Tints of Glacier #84B9BD
RGB
CMYK
RGB Variations
Color information
#84B9BD (or 0x84B9BD) is known color: Glacier. HEX triplet: 84, B9 and BD. RGB value is (132,185,189). Sum of RGB (Red+Green+Blue) = 132+185+189=506 (67% of max value = 765). Red value is 132 (51.95% from 255 or 26.09% from 506); Green value is 185 (72.66% from 255 or 36.56% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 189 - color contains mainly: blue. Hex color #84B9BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84B9BD is #7B4642. Grayscale: #A9A9A9. Windows color (decimal): -8078915 or 12433796. OLE color: 12433796.
HSL color Cylindrical-coordinate representation of color #84B9BD: hue angle of 184.21º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #84B9BD is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 185 | 189 | - |
| CMYK | 0.30 | 0.02 | 0 | 0.26 |
| HSL | 184.21º | 0.3% | 0.63% | - |
| HSV(B) | 184.21º | 0.3% | 0.74% | - |
| XYZ | 36.05 | 43.28 | 54.6 | - |
| YUV | 169.61 | 138.94 | 101.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 185 | 189 | 0.30 | 0.02 | 0 | 0.26 | 184.21 | 0.3 | 0.63 |
| Hex | 84 | B9 | BD | 1E | 2 | 0 | 1A | B8 | 1E | 3F |
| Octal | 204 | 271 | 275 | 36 | 2 | 0 | 32 | 270 | 36 | 77 |
| Binary | 10000100 | 10111001 | 10111101 | 11110 | 10 | 0 | 11010 | 10111000 | 11110 | 111111 |
Color Harmonies of #84B9BD
Complementary color
Monochromatic Colors of #84B9BD
Black with #84B9BD
Text Example
Text Example
White with #84B9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B9BD; }
p { color: rgb(132,185,189); }
H1.HeaderClassName
{
color: #84B9BD;
}
.AnyTagClassName
{
color: #84B9BD;
}
</style>
background-color css
<style>
a { background-color: #84B9BD; }
a { background-color: rgb(132,185,189); }
div.DivClassName
{
background-color: #84B9BD;
}
.BgClassName
{
background-color: #84B9BD;
}
</style>
border-color css
<style>
span { border-color: #84B9BD; }
span { border-color: rgb(132,185,189); }
td.TdClassName
{
border-color: #84B9BD;
}
.TagClassName
{
border-color: #84B9BD;
}
</style>