Shades of Glacier #84BCBE
Tints of Glacier #84BCBE
RGB
CMYK
RGB Variations
Color information
#84BCBE (or 0x84BCBE) is known color: Glacier. HEX triplet: 84, BC and BE. RGB value is (132,188,190). Sum of RGB (Red+Green+Blue) = 132+188+190=510 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.88% from 510); Green value is 188 (73.83% from 255 or 36.86% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 190 - color contains mainly: blue. Hex color #84BCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BCBE is #7B4341. Grayscale: #ABABAB. Windows color (decimal): -8078146 or 12500100. OLE color: 12500100.
HSL color Cylindrical-coordinate representation of color #84BCBE: hue angle of 182.07º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #84BCBE is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 188 | 190 | - |
| CMYK | 0.31 | 0.01 | 0 | 0.25 |
| HSL | 182.07º | 0.31% | 0.63% | - |
| HSV(B) | 182.07º | 0.31% | 0.75% | - |
| XYZ | 36.79 | 44.59 | 55.38 | - |
| YUV | 171.48 | 138.45 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 188 | 190 | 0.31 | 0.01 | 0 | 0.25 | 182.07 | 0.31 | 0.63 |
| Hex | 84 | BC | BE | 1F | 1 | 0 | 19 | B6 | 1F | 3F |
| Octal | 204 | 274 | 276 | 37 | 1 | 0 | 31 | 266 | 37 | 77 |
| Binary | 10000100 | 10111100 | 10111110 | 11111 | 1 | 0 | 11001 | 10110110 | 11111 | 111111 |
Color Harmonies of #84BCBE
Complementary color
Monochromatic Colors of #84BCBE
Black with #84BCBE
Text Example
Text Example
White with #84BCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BCBE; }
p { color: rgb(132,188,190); }
H1.HeaderClassName
{
color: #84BCBE;
}
.AnyTagClassName
{
color: #84BCBE;
}
</style>
background-color css
<style>
a { background-color: #84BCBE; }
a { background-color: rgb(132,188,190); }
div.DivClassName
{
background-color: #84BCBE;
}
.BgClassName
{
background-color: #84BCBE;
}
</style>
border-color css
<style>
span { border-color: #84BCBE; }
span { border-color: rgb(132,188,190); }
td.TdClassName
{
border-color: #84BCBE;
}
.TagClassName
{
border-color: #84BCBE;
}
</style>