Shades of Glacier #89BCBD
Tints of Glacier #89BCBD
RGB
CMYK
RGB Variations
Color information
#89BCBD (or 0x89BCBD) is known color: Glacier. HEX triplet: 89, BC and BD. RGB value is (137,188,189). Sum of RGB (Red+Green+Blue) = 137+188+189=514 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.65% from 514); Green value is 188 (73.83% from 255 or 36.58% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 189 - color contains mainly: blue. Hex color #89BCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BCBD is #764342. Grayscale: #ACACAC. Windows color (decimal): -7750467 or 12434569. OLE color: 12434569.
HSL color Cylindrical-coordinate representation of color #89BCBD: hue angle of 181.15º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #89BCBD is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 188 | 189 | - |
| CMYK | 0.28 | 0.01 | 0 | 0.26 |
| HSL | 181.15º | 0.28% | 0.64% | - |
| HSV(B) | 181.15º | 0.28% | 0.74% | - |
| XYZ | 37.49 | 44.96 | 54.85 | - |
| YUV | 172.87 | 137.1 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 188 | 189 | 0.28 | 0.01 | 0 | 0.26 | 181.15 | 0.28 | 0.64 |
| Hex | 89 | BC | BD | 1C | 1 | 0 | 1A | B5 | 1C | 40 |
| Octal | 211 | 274 | 275 | 34 | 1 | 0 | 32 | 265 | 34 | 100 |
| Binary | 10001001 | 10111100 | 10111101 | 11100 | 1 | 0 | 11010 | 10110101 | 11100 | 1000000 |
Color Harmonies of #89BCBD
Complementary color
Monochromatic Colors of #89BCBD
Black with #89BCBD
Text Example
Text Example
White with #89BCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BCBD; }
p { color: rgb(137,188,189); }
H1.HeaderClassName
{
color: #89BCBD;
}
.AnyTagClassName
{
color: #89BCBD;
}
</style>
background-color css
<style>
a { background-color: #89BCBD; }
a { background-color: rgb(137,188,189); }
div.DivClassName
{
background-color: #89BCBD;
}
.BgClassName
{
background-color: #89BCBD;
}
</style>
border-color css
<style>
span { border-color: #89BCBD; }
span { border-color: rgb(137,188,189); }
td.TdClassName
{
border-color: #89BCBD;
}
.TagClassName
{
border-color: #89BCBD;
}
</style>