Shades of Glacier #89BEBF
Tints of Glacier #89BEBF
RGB
CMYK
RGB Variations
Color information
#89BEBF (or 0x89BEBF) is known color: Glacier. HEX triplet: 89, BE and BF. RGB value is (137,190,191). Sum of RGB (Red+Green+Blue) = 137+190+191=518 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.45% from 518); Green value is 190 (74.61% from 255 or 36.68% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 191 - color contains mainly: blue. Hex color #89BEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BEBF is #764140. Grayscale: #AEAEAE. Windows color (decimal): -7749953 or 12566153. OLE color: 12566153.
HSL color Cylindrical-coordinate representation of color #89BEBF: hue angle of 181.11º 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 #89BEBF is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 190 | 191 | - |
| CMYK | 0.28 | 0.01 | 0 | 0.25 |
| HSL | 181.11º | 0.3% | 0.64% | - |
| HSV(B) | 181.11º | 0.28% | 0.75% | - |
| XYZ | 38.13 | 45.91 | 56.14 | - |
| YUV | 174.27 | 137.44 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 190 | 191 | 0.28 | 0.01 | 0 | 0.25 | 181.11 | 0.3 | 0.64 |
| Hex | 89 | BE | BF | 1C | 1 | 0 | 19 | B5 | 1E | 40 |
| Octal | 211 | 276 | 277 | 34 | 1 | 0 | 31 | 265 | 36 | 100 |
| Binary | 10001001 | 10111110 | 10111111 | 11100 | 1 | 0 | 11001 | 10110101 | 11110 | 1000000 |
Color Harmonies of #89BEBF
Complementary color
Monochromatic Colors of #89BEBF
Black with #89BEBF
Text Example
Text Example
White with #89BEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BEBF; }
p { color: rgb(137,190,191); }
H1.HeaderClassName
{
color: #89BEBF;
}
.AnyTagClassName
{
color: #89BEBF;
}
</style>
background-color css
<style>
a { background-color: #89BEBF; }
a { background-color: rgb(137,190,191); }
div.DivClassName
{
background-color: #89BEBF;
}
.BgClassName
{
background-color: #89BEBF;
}
</style>
border-color css
<style>
span { border-color: #89BEBF; }
span { border-color: rgb(137,190,191); }
td.TdClassName
{
border-color: #89BEBF;
}
.TagClassName
{
border-color: #89BEBF;
}
</style>