Shades of Glacier #84ABBB
Tints of Glacier #84ABBB
RGB
CMYK
RGB Variations
Color information
#84ABBB (or 0x84ABBB) is known color: Glacier. HEX triplet: 84, AB and BB. RGB value is (132,171,187). Sum of RGB (Red+Green+Blue) = 132+171+187=490 (64% of max value = 765). Red value is 132 (51.95% from 255 or 26.94% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 187 - color contains mainly: blue. Hex color #84ABBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ABBB is #7B5444. Grayscale: #A1A1A1. Windows color (decimal): -8082501 or 12299140. OLE color: 12299140.
HSL color Cylindrical-coordinate representation of color #84ABBB: hue angle of 197.45º 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 #84ABBB is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 171 | 187 | - |
| CMYK | 0.29 | 0.09 | 0 | 0.27 |
| HSL | 197.45º | 0.29% | 0.63% | - |
| HSV(B) | 197.45º | 0.29% | 0.73% | - |
| XYZ | 33.05 | 37.62 | 52.53 | - |
| YUV | 161.16 | 142.58 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 171 | 187 | 0.29 | 0.09 | 0 | 0.27 | 197.45 | 0.29 | 0.63 |
| Hex | 84 | AB | BB | 1D | 9 | 0 | 1B | C5 | 1D | 3F |
| Octal | 204 | 253 | 273 | 35 | 11 | 0 | 33 | 305 | 35 | 77 |
| Binary | 10000100 | 10101011 | 10111011 | 11101 | 1001 | 0 | 11011 | 11000101 | 11101 | 111111 |
Color Harmonies of #84ABBB
Complementary color
Monochromatic Colors of #84ABBB
Black with #84ABBB
Text Example
Text Example
White with #84ABBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84ABBB; }
p { color: rgb(132,171,187); }
H1.HeaderClassName
{
color: #84ABBB;
}
.AnyTagClassName
{
color: #84ABBB;
}
</style>
background-color css
<style>
a { background-color: #84ABBB; }
a { background-color: rgb(132,171,187); }
div.DivClassName
{
background-color: #84ABBB;
}
.BgClassName
{
background-color: #84ABBB;
}
</style>
border-color css
<style>
span { border-color: #84ABBB; }
span { border-color: rgb(132,171,187); }
td.TdClassName
{
border-color: #84ABBB;
}
.TagClassName
{
border-color: #84ABBB;
}
</style>