Shades of Glacier #84B5BB
Tints of Glacier #84B5BB
RGB
CMYK
RGB Variations
Color information
#84B5BB (or 0x84B5BB) is known color: Glacier. HEX triplet: 84, B5 and BB. RGB value is (132,181,187). Sum of RGB (Red+Green+Blue) = 132+181+187=500 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.4% from 500); Green value is 181 (71.09% from 255 or 36.2% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 187 - color contains mainly: blue. Hex color #84B5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84B5BB is #7B4A44. Grayscale: #A6A6A6. Windows color (decimal): -8079941 or 12301700. OLE color: 12301700.
HSL color Cylindrical-coordinate representation of color #84B5BB: hue angle of 186.55º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #84B5BB is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 181 | 187 | - |
| CMYK | 0.29 | 0.03 | 0 | 0.27 |
| HSL | 186.55º | 0.29% | 0.63% | - |
| HSV(B) | 186.55º | 0.29% | 0.73% | - |
| XYZ | 35.01 | 41.54 | 53.19 | - |
| YUV | 167.03 | 139.27 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 181 | 187 | 0.29 | 0.03 | 0 | 0.27 | 186.55 | 0.29 | 0.63 |
| Hex | 84 | B5 | BB | 1D | 3 | 0 | 1B | BB | 1D | 3F |
| Octal | 204 | 265 | 273 | 35 | 3 | 0 | 33 | 273 | 35 | 77 |
| Binary | 10000100 | 10110101 | 10111011 | 11101 | 11 | 0 | 11011 | 10111011 | 11101 | 111111 |
Color Harmonies of #84B5BB
Complementary color
Monochromatic Colors of #84B5BB
Black with #84B5BB
Text Example
Text Example
White with #84B5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B5BB; }
p { color: rgb(132,181,187); }
H1.HeaderClassName
{
color: #84B5BB;
}
.AnyTagClassName
{
color: #84B5BB;
}
</style>
background-color css
<style>
a { background-color: #84B5BB; }
a { background-color: rgb(132,181,187); }
div.DivClassName
{
background-color: #84B5BB;
}
.BgClassName
{
background-color: #84B5BB;
}
</style>
border-color css
<style>
span { border-color: #84B5BB; }
span { border-color: rgb(132,181,187); }
td.TdClassName
{
border-color: #84B5BB;
}
.TagClassName
{
border-color: #84B5BB;
}
</style>