Shades of Glacier #84ADC0
Tints of Glacier #84ADC0
RGB
CMYK
RGB Variations
Color information
#84ADC0 (or 0x84ADC0) is known color: Glacier. HEX triplet: 84, AD and C0. RGB value is (132,173,192). Sum of RGB (Red+Green+Blue) = 132+173+192=497 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.56% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 192 (75.39% from 255 or 38.63% from 497); Max value from RGB is 192 - color contains mainly: blue. Hex color #84ADC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ADC0 is #7B523F. Grayscale: #A2A2A2. Windows color (decimal): -8081984 or 12627332. OLE color: 12627332.
HSL color Cylindrical-coordinate representation of color #84ADC0: hue angle of 199º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #84ADC0 is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 173 | 192 | - |
| CMYK | 0.31 | 0.10 | 0 | 0.25 |
| HSL | 199º | 0.32% | 0.64% | - |
| HSV(B) | 199º | 0.31% | 0.75% | - |
| XYZ | 33.97 | 38.6 | 55.53 | - |
| YUV | 162.91 | 144.42 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 173 | 192 | 0.31 | 0.10 | 0 | 0.25 | 199 | 0.32 | 0.64 |
| Hex | 84 | AD | C0 | 1F | A | 0 | 19 | C7 | 20 | 40 |
| Octal | 204 | 255 | 300 | 37 | 12 | 0 | 31 | 307 | 40 | 100 |
| Binary | 10000100 | 10101101 | 11000000 | 11111 | 1010 | 0 | 11001 | 11000111 | 100000 | 1000000 |
Color Harmonies of #84ADC0
Complementary color
Monochromatic Colors of #84ADC0
Black with #84ADC0
Text Example
Text Example
White with #84ADC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84ADC0; }
p { color: rgb(132,173,192); }
H1.HeaderClassName
{
color: #84ADC0;
}
.AnyTagClassName
{
color: #84ADC0;
}
</style>
background-color css
<style>
a { background-color: #84ADC0; }
a { background-color: rgb(132,173,192); }
div.DivClassName
{
background-color: #84ADC0;
}
.BgClassName
{
background-color: #84ADC0;
}
</style>
border-color css
<style>
span { border-color: #84ADC0; }
span { border-color: rgb(132,173,192); }
td.TdClassName
{
border-color: #84ADC0;
}
.TagClassName
{
border-color: #84ADC0;
}
</style>