Shades of Glacier #84BABF
Tints of Glacier #84BABF
RGB
CMYK
RGB Variations
Color information
#84BABF (or 0x84BABF) is known color: Glacier. HEX triplet: 84, BA and BF. RGB value is (132,186,191). Sum of RGB (Red+Green+Blue) = 132+186+191=509 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.93% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 191 (75% from 255 or 37.52% from 509); Max value from RGB is 191 - color contains mainly: blue. Hex color #84BABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BABF is #7B4540. Grayscale: #AAAAAA. Windows color (decimal): -8078657 or 12565124. OLE color: 12565124.
HSL color Cylindrical-coordinate representation of color #84BABF: hue angle of 185.08º 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 #84BABF is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 186 | 191 | - |
| CMYK | 0.31 | 0.03 | 0 | 0.25 |
| HSL | 185.08º | 0.32% | 0.63% | - |
| HSV(B) | 185.08º | 0.31% | 0.75% | - |
| XYZ | 36.48 | 43.78 | 55.82 | - |
| YUV | 170.42 | 139.61 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 186 | 191 | 0.31 | 0.03 | 0 | 0.25 | 185.08 | 0.32 | 0.63 |
| Hex | 84 | BA | BF | 1F | 3 | 0 | 19 | B9 | 20 | 3F |
| Octal | 204 | 272 | 277 | 37 | 3 | 0 | 31 | 271 | 40 | 77 |
| Binary | 10000100 | 10111010 | 10111111 | 11111 | 11 | 0 | 11001 | 10111001 | 100000 | 111111 |
Color Harmonies of #84BABF
Complementary color
Monochromatic Colors of #84BABF
Black with #84BABF
Text Example
Text Example
White with #84BABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BABF; }
p { color: rgb(132,186,191); }
H1.HeaderClassName
{
color: #84BABF;
}
.AnyTagClassName
{
color: #84BABF;
}
</style>
background-color css
<style>
a { background-color: #84BABF; }
a { background-color: rgb(132,186,191); }
div.DivClassName
{
background-color: #84BABF;
}
.BgClassName
{
background-color: #84BABF;
}
</style>
border-color css
<style>
span { border-color: #84BABF; }
span { border-color: rgb(132,186,191); }
td.TdClassName
{
border-color: #84BABF;
}
.TagClassName
{
border-color: #84BABF;
}
</style>