Shades of Glacier #89BBBE
Tints of Glacier #89BBBE
RGB
CMYK
RGB Variations
Color information
#89BBBE (or 0x89BBBE) is known color: Glacier. HEX triplet: 89, BB and BE. RGB value is (137,187,190). Sum of RGB (Red+Green+Blue) = 137+187+190=514 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.65% from 514); Green value is 187 (73.44% from 255 or 36.38% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 190 - color contains mainly: blue. Hex color #89BBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BBBE is #764441. Grayscale: #ACACAC. Windows color (decimal): -7750722 or 12499849. OLE color: 12499849.
HSL color Cylindrical-coordinate representation of color #89BBBE: hue angle of 183.4º degrees, saturation: 0.29, 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 #89BBBE is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 187 | 190 | - |
| CMYK | 0.28 | 0.02 | 0 | 0.25 |
| HSL | 183.4º | 0.29% | 0.64% | - |
| HSV(B) | 183.4º | 0.28% | 0.75% | - |
| XYZ | 37.38 | 44.58 | 55.35 | - |
| YUV | 172.39 | 137.94 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 187 | 190 | 0.28 | 0.02 | 0 | 0.25 | 183.4 | 0.29 | 0.64 |
| Hex | 89 | BB | BE | 1C | 2 | 0 | 19 | B7 | 1D | 40 |
| Octal | 211 | 273 | 276 | 34 | 2 | 0 | 31 | 267 | 35 | 100 |
| Binary | 10001001 | 10111011 | 10111110 | 11100 | 10 | 0 | 11001 | 10110111 | 11101 | 1000000 |
Color Harmonies of #89BBBE
Complementary color
Monochromatic Colors of #89BBBE
Black with #89BBBE
Text Example
Text Example
White with #89BBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BBBE; }
p { color: rgb(137,187,190); }
H1.HeaderClassName
{
color: #89BBBE;
}
.AnyTagClassName
{
color: #89BBBE;
}
</style>
background-color css
<style>
a { background-color: #89BBBE; }
a { background-color: rgb(137,187,190); }
div.DivClassName
{
background-color: #89BBBE;
}
.BgClassName
{
background-color: #89BBBE;
}
</style>
border-color css
<style>
span { border-color: #89BBBE; }
span { border-color: rgb(137,187,190); }
td.TdClassName
{
border-color: #89BBBE;
}
.TagClassName
{
border-color: #89BBBE;
}
</style>