Shades of Glacier #89BCBC
Tints of Glacier #89BCBC
RGB
CMYK
RGB Variations
Color information
#89BCBC (or 0x89BCBC) is known color: Glacier. HEX triplet: 89, BC and BC. RGB value is (137,188,188). Sum of RGB (Red+Green+Blue) = 137+188+188=513 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.71% from 513); Green value is 188 (73.83% from 255 or 36.65% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 188 - color contains mainly: green, blue. Hex color #89BCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BCBC is #764343. Grayscale: #ACACAC. Windows color (decimal): -7750468 or 12369033. OLE color: 12369033.
HSL color Cylindrical-coordinate representation of color #89BCBC: hue angle of 180º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #89BCBC is Cyan = 0.27, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 188 | 188 | - |
| CMYK | 0.27 | 0 | 0 | 0.26 |
| HSL | 180º | 0.28% | 0.64% | - |
| HSV(B) | 180º | 0.27% | 0.74% | - |
| XYZ | 37.38 | 44.92 | 54.28 | - |
| YUV | 172.75 | 136.6 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 188 | 188 | 0.27 | 0 | 0 | 0.26 | 180 | 0.28 | 0.64 |
| Hex | 89 | BC | BC | 1B | 0 | 0 | 1A | B4 | 1C | 40 |
| Octal | 211 | 274 | 274 | 33 | 0 | 0 | 32 | 264 | 34 | 100 |
| Binary | 10001001 | 10111100 | 10111100 | 11011 | 0 | 0 | 11010 | 10110100 | 11100 | 1000000 |
Color Harmonies of #89BCBC
Complementary color
Monochromatic Colors of #89BCBC
Black with #89BCBC
Text Example
Text Example
White with #89BCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BCBC; }
p { color: rgb(137,188,188); }
H1.HeaderClassName
{
color: #89BCBC;
}
.AnyTagClassName
{
color: #89BCBC;
}
</style>
background-color css
<style>
a { background-color: #89BCBC; }
a { background-color: rgb(137,188,188); }
div.DivClassName
{
background-color: #89BCBC;
}
.BgClassName
{
background-color: #89BCBC;
}
</style>
border-color css
<style>
span { border-color: #89BCBC; }
span { border-color: rgb(137,188,188); }
td.TdClassName
{
border-color: #89BCBC;
}
.TagClassName
{
border-color: #89BCBC;
}
</style>