Shades of Glacier #84AEBC
Tints of Glacier #84AEBC
RGB
CMYK
RGB Variations
Color information
#84AEBC (or 0x84AEBC) is known color: Glacier. HEX triplet: 84, AE and BC. RGB value is (132,174,188). Sum of RGB (Red+Green+Blue) = 132+174+188=494 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.72% from 494); Green value is 174 (68.36% from 255 or 35.22% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 188 - color contains mainly: blue. Hex color #84AEBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84AEBC is #7B5143. Grayscale: #A2A2A2. Windows color (decimal): -8081732 or 12365444. OLE color: 12365444.
HSL color Cylindrical-coordinate representation of color #84AEBC: hue angle of 195º degrees, saturation: 0.29, 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 #84AEBC is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 174 | 188 | - |
| CMYK | 0.30 | 0.07 | 0 | 0.26 |
| HSL | 195º | 0.29% | 0.63% | - |
| HSV(B) | 195º | 0.3% | 0.74% | - |
| XYZ | 33.73 | 38.81 | 53.29 | - |
| YUV | 163.04 | 142.09 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 174 | 188 | 0.30 | 0.07 | 0 | 0.26 | 195 | 0.29 | 0.63 |
| Hex | 84 | AE | BC | 1E | 7 | 0 | 1A | C3 | 1D | 3F |
| Octal | 204 | 256 | 274 | 36 | 7 | 0 | 32 | 303 | 35 | 77 |
| Binary | 10000100 | 10101110 | 10111100 | 11110 | 111 | 0 | 11010 | 11000011 | 11101 | 111111 |
Color Harmonies of #84AEBC
Complementary color
Monochromatic Colors of #84AEBC
Black with #84AEBC
Text Example
Text Example
White with #84AEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AEBC; }
p { color: rgb(132,174,188); }
H1.HeaderClassName
{
color: #84AEBC;
}
.AnyTagClassName
{
color: #84AEBC;
}
</style>
background-color css
<style>
a { background-color: #84AEBC; }
a { background-color: rgb(132,174,188); }
div.DivClassName
{
background-color: #84AEBC;
}
.BgClassName
{
background-color: #84AEBC;
}
</style>
border-color css
<style>
span { border-color: #84AEBC; }
span { border-color: rgb(132,174,188); }
td.TdClassName
{
border-color: #84AEBC;
}
.TagClassName
{
border-color: #84AEBC;
}
</style>