Shades of Glacier #84ADBB
Tints of Glacier #84ADBB
RGB
CMYK
RGB Variations
Color information
#84ADBB (or 0x84ADBB) is known color: Glacier. HEX triplet: 84, AD and BB. RGB value is (132,173,187). Sum of RGB (Red+Green+Blue) = 132+173+187=492 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.83% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 187 - color contains mainly: blue. Hex color #84ADBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ADBB is #7B5244. Grayscale: #A2A2A2. Windows color (decimal): -8081989 or 12299652. OLE color: 12299652.
HSL color Cylindrical-coordinate representation of color #84ADBB: hue angle of 195.27º 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 #84ADBB is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 173 | 187 | - |
| CMYK | 0.29 | 0.07 | 0 | 0.27 |
| HSL | 195.27º | 0.29% | 0.63% | - |
| HSV(B) | 195.27º | 0.29% | 0.73% | - |
| XYZ | 33.43 | 38.38 | 52.66 | - |
| YUV | 162.34 | 141.92 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 173 | 187 | 0.29 | 0.07 | 0 | 0.27 | 195.27 | 0.29 | 0.63 |
| Hex | 84 | AD | BB | 1D | 7 | 0 | 1B | C3 | 1D | 3F |
| Octal | 204 | 255 | 273 | 35 | 7 | 0 | 33 | 303 | 35 | 77 |
| Binary | 10000100 | 10101101 | 10111011 | 11101 | 111 | 0 | 11011 | 11000011 | 11101 | 111111 |
Color Harmonies of #84ADBB
Complementary color
Monochromatic Colors of #84ADBB
Black with #84ADBB
Text Example
Text Example
White with #84ADBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84ADBB; }
p { color: rgb(132,173,187); }
H1.HeaderClassName
{
color: #84ADBB;
}
.AnyTagClassName
{
color: #84ADBB;
}
</style>
background-color css
<style>
a { background-color: #84ADBB; }
a { background-color: rgb(132,173,187); }
div.DivClassName
{
background-color: #84ADBB;
}
.BgClassName
{
background-color: #84ADBB;
}
</style>
border-color css
<style>
span { border-color: #84ADBB; }
span { border-color: rgb(132,173,187); }
td.TdClassName
{
border-color: #84ADBB;
}
.TagClassName
{
border-color: #84ADBB;
}
</style>