Shades of Glacier #89BEC4
Tints of Glacier #89BEC4
RGB
CMYK
RGB Variations
Color information
#89BEC4 (or 0x89BEC4) is known color: Glacier. HEX triplet: 89, BE and C4. RGB value is (137,190,196). Sum of RGB (Red+Green+Blue) = 137+190+196=523 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.20% from 523); Green value is 190 (74.61% from 255 or 36.33% from 523); Blue value is 196 (76.95% from 255 or 37.48% from 523); Max value from RGB is 196 - color contains mainly: blue. Hex color #89BEC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BEC4 is #76413B. Grayscale: #AEAEAE. Windows color (decimal): -7749948 or 12893833. OLE color: 12893833.
HSL color Cylindrical-coordinate representation of color #89BEC4: hue angle of 186.1º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #89BEC4 is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 137 | 190 | 196 | - |
| CMYK | 0.30 | 0.03 | 0 | 0.23 |
| HSL | 186.1º | 0.33% | 0.65% | - |
| HSV(B) | 186.1º | 0.3% | 0.77% | - |
| XYZ | 38.69 | 46.13 | 59.09 | - |
| YUV | 174.84 | 139.94 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 190 | 196 | 0.30 | 0.03 | 0 | 0.23 | 186.1 | 0.33 | 0.65 |
| Hex | 89 | BE | C4 | 1E | 3 | 0 | 17 | BA | 21 | 41 |
| Octal | 211 | 276 | 304 | 36 | 3 | 0 | 27 | 272 | 41 | 101 |
| Binary | 10001001 | 10111110 | 11000100 | 11110 | 11 | 0 | 10111 | 10111010 | 100001 | 1000001 |
Color Harmonies of #89BEC4
Complementary color
Monochromatic Colors of #89BEC4
Black with #89BEC4
Text Example
Text Example
White with #89BEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BEC4; }
p { color: rgb(137,190,196); }
H1.HeaderClassName
{
color: #89BEC4;
}
.AnyTagClassName
{
color: #89BEC4;
}
</style>
background-color css
<style>
a { background-color: #89BEC4; }
a { background-color: rgb(137,190,196); }
div.DivClassName
{
background-color: #89BEC4;
}
.BgClassName
{
background-color: #89BEC4;
}
</style>
border-color css
<style>
span { border-color: #89BEC4; }
span { border-color: rgb(137,190,196); }
td.TdClassName
{
border-color: #89BEC4;
}
.TagClassName
{
border-color: #89BEC4;
}
</style>