Shades of Glacier #84AFBA
Tints of Glacier #84AFBA
RGB
CMYK
RGB Variations
Color information
#84AFBA (or 0x84AFBA) is known color: Glacier. HEX triplet: 84, AF and BA. RGB value is (132,175,186). Sum of RGB (Red+Green+Blue) = 132+175+186=493 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.77% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 186 - color contains mainly: blue. Hex color #84AFBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84AFBA is #7B5045. Grayscale: #A3A3A3. Windows color (decimal): -8081478 or 12234628. OLE color: 12234628.
HSL color Cylindrical-coordinate representation of color #84AFBA: hue angle of 192.22º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #84AFBA is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 175 | 186 | - |
| CMYK | 0.29 | 0.06 | 0 | 0.27 |
| HSL | 192.22º | 0.28% | 0.62% | - |
| HSV(B) | 192.22º | 0.29% | 0.73% | - |
| XYZ | 33.71 | 39.11 | 52.23 | - |
| YUV | 163.4 | 140.75 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 175 | 186 | 0.29 | 0.06 | 0 | 0.27 | 192.22 | 0.28 | 0.62 |
| Hex | 84 | AF | BA | 1D | 6 | 0 | 1B | C0 | 1C | 3E |
| Octal | 204 | 257 | 272 | 35 | 6 | 0 | 33 | 300 | 34 | 76 |
| Binary | 10000100 | 10101111 | 10111010 | 11101 | 110 | 0 | 11011 | 11000000 | 11100 | 111110 |
Color Harmonies of #84AFBA
Complementary color
Monochromatic Colors of #84AFBA
Black with #84AFBA
Text Example
Text Example
White with #84AFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AFBA; }
p { color: rgb(132,175,186); }
H1.HeaderClassName
{
color: #84AFBA;
}
.AnyTagClassName
{
color: #84AFBA;
}
</style>
background-color css
<style>
a { background-color: #84AFBA; }
a { background-color: rgb(132,175,186); }
div.DivClassName
{
background-color: #84AFBA;
}
.BgClassName
{
background-color: #84AFBA;
}
</style>
border-color css
<style>
span { border-color: #84AFBA; }
span { border-color: rgb(132,175,186); }
td.TdClassName
{
border-color: #84AFBA;
}
.TagClassName
{
border-color: #84AFBA;
}
</style>