Shades of Glacier #89B9BF
Tints of Glacier #89B9BF
RGB
CMYK
RGB Variations
Color information
#89B9BF (or 0x89B9BF) is known color: Glacier. HEX triplet: 89, B9 and BF. RGB value is (137,185,191). Sum of RGB (Red+Green+Blue) = 137+185+191=513 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.71% from 513); Green value is 185 (72.66% from 255 or 36.06% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 191 - color contains mainly: blue. Hex color #89B9BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89B9BF is #764640. Grayscale: #ABABAB. Windows color (decimal): -7751233 or 12564873. OLE color: 12564873.
HSL color Cylindrical-coordinate representation of color #89B9BF: hue angle of 186.67º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #89B9BF is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 185 | 191 | - |
| CMYK | 0.28 | 0.03 | 0 | 0.25 |
| HSL | 186.67º | 0.3% | 0.64% | - |
| HSV(B) | 186.67º | 0.28% | 0.75% | - |
| XYZ | 37.07 | 43.78 | 55.79 | - |
| YUV | 171.33 | 139.1 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 185 | 191 | 0.28 | 0.03 | 0 | 0.25 | 186.67 | 0.3 | 0.64 |
| Hex | 89 | B9 | BF | 1C | 3 | 0 | 19 | BB | 1E | 40 |
| Octal | 211 | 271 | 277 | 34 | 3 | 0 | 31 | 273 | 36 | 100 |
| Binary | 10001001 | 10111001 | 10111111 | 11100 | 11 | 0 | 11001 | 10111011 | 11110 | 1000000 |
Color Harmonies of #89B9BF
Complementary color
Monochromatic Colors of #89B9BF
Black with #89B9BF
Text Example
Text Example
White with #89B9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B9BF; }
p { color: rgb(137,185,191); }
H1.HeaderClassName
{
color: #89B9BF;
}
.AnyTagClassName
{
color: #89B9BF;
}
</style>
background-color css
<style>
a { background-color: #89B9BF; }
a { background-color: rgb(137,185,191); }
div.DivClassName
{
background-color: #89B9BF;
}
.BgClassName
{
background-color: #89B9BF;
}
</style>
border-color css
<style>
span { border-color: #89B9BF; }
span { border-color: rgb(137,185,191); }
td.TdClassName
{
border-color: #89B9BF;
}
.TagClassName
{
border-color: #89B9BF;
}
</style>