Shades of Glacier #84ABBD
Tints of Glacier #84ABBD
RGB
CMYK
RGB Variations
Color information
#84ABBD (or 0x84ABBD) is known color: Glacier. HEX triplet: 84, AB and BD. RGB value is (132,171,189). Sum of RGB (Red+Green+Blue) = 132+171+189=492 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.83% from 492); Green value is 171 (67.19% from 255 or 34.76% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 189 - color contains mainly: blue. Hex color #84ABBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ABBD is #7B5442. Grayscale: #A1A1A1. Windows color (decimal): -8082499 or 12430212. OLE color: 12430212.
HSL color Cylindrical-coordinate representation of color #84ABBD: hue angle of 198.95º 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 #84ABBD is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 171 | 189 | - |
| CMYK | 0.30 | 0.10 | 0 | 0.26 |
| HSL | 198.95º | 0.3% | 0.63% | - |
| HSV(B) | 198.95º | 0.3% | 0.74% | - |
| XYZ | 33.26 | 37.71 | 53.67 | - |
| YUV | 161.39 | 143.58 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 171 | 189 | 0.30 | 0.10 | 0 | 0.26 | 198.95 | 0.3 | 0.63 |
| Hex | 84 | AB | BD | 1E | A | 0 | 1A | C7 | 1E | 3F |
| Octal | 204 | 253 | 275 | 36 | 12 | 0 | 32 | 307 | 36 | 77 |
| Binary | 10000100 | 10101011 | 10111101 | 11110 | 1010 | 0 | 11010 | 11000111 | 11110 | 111111 |
Color Harmonies of #84ABBD
Complementary color
Monochromatic Colors of #84ABBD
Black with #84ABBD
Text Example
Text Example
White with #84ABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84ABBD; }
p { color: rgb(132,171,189); }
H1.HeaderClassName
{
color: #84ABBD;
}
.AnyTagClassName
{
color: #84ABBD;
}
</style>
background-color css
<style>
a { background-color: #84ABBD; }
a { background-color: rgb(132,171,189); }
div.DivClassName
{
background-color: #84ABBD;
}
.BgClassName
{
background-color: #84ABBD;
}
</style>
border-color css
<style>
span { border-color: #84ABBD; }
span { border-color: rgb(132,171,189); }
td.TdClassName
{
border-color: #84ABBD;
}
.TagClassName
{
border-color: #84ABBD;
}
</style>