Shades of Glacier #84B4BF
Tints of Glacier #84B4BF
RGB
CMYK
RGB Variations
Color information
#84B4BF (or 0x84B4BF) is known color: Glacier. HEX triplet: 84, B4 and BF. RGB value is (132,180,191). Sum of RGB (Red+Green+Blue) = 132+180+191=503 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.24% from 503); Green value is 180 (70.70% from 255 or 35.79% from 503); Blue value is 191 (75% from 255 or 37.97% from 503); Max value from RGB is 191 - color contains mainly: blue. Hex color #84B4BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84B4BF is #7B4B40. Grayscale: #A6A6A6. Windows color (decimal): -8080193 or 12563588. OLE color: 12563588.
HSL color Cylindrical-coordinate representation of color #84B4BF: hue angle of 191.19º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #84B4BF is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 180 | 191 | - |
| CMYK | 0.31 | 0.06 | 0 | 0.25 |
| HSL | 191.19º | 0.32% | 0.63% | - |
| HSV(B) | 191.19º | 0.31% | 0.75% | - |
| XYZ | 35.24 | 41.31 | 55.41 | - |
| YUV | 166.9 | 141.6 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 180 | 191 | 0.31 | 0.06 | 0 | 0.25 | 191.19 | 0.32 | 0.63 |
| Hex | 84 | B4 | BF | 1F | 6 | 0 | 19 | BF | 20 | 3F |
| Octal | 204 | 264 | 277 | 37 | 6 | 0 | 31 | 277 | 40 | 77 |
| Binary | 10000100 | 10110100 | 10111111 | 11111 | 110 | 0 | 11001 | 10111111 | 100000 | 111111 |
Color Harmonies of #84B4BF
Complementary color
Monochromatic Colors of #84B4BF
Black with #84B4BF
Text Example
Text Example
White with #84B4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B4BF; }
p { color: rgb(132,180,191); }
H1.HeaderClassName
{
color: #84B4BF;
}
.AnyTagClassName
{
color: #84B4BF;
}
</style>
background-color css
<style>
a { background-color: #84B4BF; }
a { background-color: rgb(132,180,191); }
div.DivClassName
{
background-color: #84B4BF;
}
.BgClassName
{
background-color: #84B4BF;
}
</style>
border-color css
<style>
span { border-color: #84B4BF; }
span { border-color: rgb(132,180,191); }
td.TdClassName
{
border-color: #84B4BF;
}
.TagClassName
{
border-color: #84B4BF;
}
</style>