Shades of Glacier #84B6BD
Tints of Glacier #84B6BD
RGB
CMYK
RGB Variations
Color information
#84B6BD (or 0x84B6BD) is known color: Glacier. HEX triplet: 84, B6 and BD. RGB value is (132,182,189). Sum of RGB (Red+Green+Blue) = 132+182+189=503 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.24% from 503); Green value is 182 (71.48% from 255 or 36.18% from 503); Blue value is 189 (74.22% from 255 or 37.57% from 503); Max value from RGB is 189 - color contains mainly: blue. Hex color #84B6BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84B6BD is #7B4942. Grayscale: #A7A7A7. Windows color (decimal): -8079683 or 12433028. OLE color: 12433028.
HSL color Cylindrical-coordinate representation of color #84B6BD: hue angle of 187.37º 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 #84B6BD is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 182 | 189 | - |
| CMYK | 0.30 | 0.04 | 0 | 0.26 |
| HSL | 187.37º | 0.3% | 0.63% | - |
| HSV(B) | 187.37º | 0.3% | 0.74% | - |
| XYZ | 35.43 | 42.04 | 54.39 | - |
| YUV | 167.85 | 139.94 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 182 | 189 | 0.30 | 0.04 | 0 | 0.26 | 187.37 | 0.3 | 0.63 |
| Hex | 84 | B6 | BD | 1E | 4 | 0 | 1A | BB | 1E | 3F |
| Octal | 204 | 266 | 275 | 36 | 4 | 0 | 32 | 273 | 36 | 77 |
| Binary | 10000100 | 10110110 | 10111101 | 11110 | 100 | 0 | 11010 | 10111011 | 11110 | 111111 |
Color Harmonies of #84B6BD
Complementary color
Monochromatic Colors of #84B6BD
Black with #84B6BD
Text Example
Text Example
White with #84B6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B6BD; }
p { color: rgb(132,182,189); }
H1.HeaderClassName
{
color: #84B6BD;
}
.AnyTagClassName
{
color: #84B6BD;
}
</style>
background-color css
<style>
a { background-color: #84B6BD; }
a { background-color: rgb(132,182,189); }
div.DivClassName
{
background-color: #84B6BD;
}
.BgClassName
{
background-color: #84B6BD;
}
</style>
border-color css
<style>
span { border-color: #84B6BD; }
span { border-color: rgb(132,182,189); }
td.TdClassName
{
border-color: #84B6BD;
}
.TagClassName
{
border-color: #84B6BD;
}
</style>