Shades of Glacier #84B1BA
Tints of Glacier #84B1BA
RGB
CMYK
RGB Variations
Color information
#84B1BA (or 0x84B1BA) is known color: Glacier. HEX triplet: 84, B1 and BA. RGB value is (132,177,186). Sum of RGB (Red+Green+Blue) = 132+177+186=495 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.67% from 495); Green value is 177 (69.53% from 255 or 35.76% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 186 - color contains mainly: blue. Hex color #84B1BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84B1BA is #7B4E45. Grayscale: #A4A4A4. Windows color (decimal): -8080966 or 12235140. OLE color: 12235140.
HSL color Cylindrical-coordinate representation of color #84B1BA: hue angle of 190º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #84B1BA is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 177 | 186 | - |
| CMYK | 0.29 | 0.05 | 0 | 0.27 |
| HSL | 190º | 0.28% | 0.62% | - |
| HSV(B) | 190º | 0.29% | 0.73% | - |
| XYZ | 34.1 | 39.89 | 52.36 | - |
| YUV | 164.57 | 140.09 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 177 | 186 | 0.29 | 0.05 | 0 | 0.27 | 190 | 0.28 | 0.62 |
| Hex | 84 | B1 | BA | 1D | 5 | 0 | 1B | BE | 1C | 3E |
| Octal | 204 | 261 | 272 | 35 | 5 | 0 | 33 | 276 | 34 | 76 |
| Binary | 10000100 | 10110001 | 10111010 | 11101 | 101 | 0 | 11011 | 10111110 | 11100 | 111110 |
Color Harmonies of #84B1BA
Complementary color
Monochromatic Colors of #84B1BA
Black with #84B1BA
Text Example
Text Example
White with #84B1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B1BA; }
p { color: rgb(132,177,186); }
H1.HeaderClassName
{
color: #84B1BA;
}
.AnyTagClassName
{
color: #84B1BA;
}
</style>
background-color css
<style>
a { background-color: #84B1BA; }
a { background-color: rgb(132,177,186); }
div.DivClassName
{
background-color: #84B1BA;
}
.BgClassName
{
background-color: #84B1BA;
}
</style>
border-color css
<style>
span { border-color: #84B1BA; }
span { border-color: rgb(132,177,186); }
td.TdClassName
{
border-color: #84B1BA;
}
.TagClassName
{
border-color: #84B1BA;
}
</style>