#89B9BE

Color #89B9BE Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #89B9BE

Tints of Glacier #89B9BE

Color information

#89B9BE (or 0x89B9BE) is unknown color: approx Glacier. HEX triplet: 89, B9 and BE. RGB value is (137,185,190). Sum of RGB (Red+Green+Blue) = 137+185+190=512 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.76% from 512); Green value is 185 (72.66% from 255 or 36.13% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 190 - color contains mainly: blue. Hex color #89B9BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89B9BE is #764641. Grayscale: #ABABAB. Windows color (decimal): -7751234 or 12499337. OLE color: 12499337.

HSL color Cylindrical-coordinate representation of color #89B9BE: hue angle of 185.66º 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 #89B9BE is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB137185190-
CMYK0.280.0300.25
HSL185.66º28.96%64.12%-
HSV(B)185.66º27.89%74.51%-
XYZ36.9643.7355.21-
YUV171.22138.6103.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 137 (53.91% from 255) = 26.76%
GREEN value IS 185 (72.66% from 255) = 36.13%
BLUE value IS 190 (74.61% from 255) = 37.11%
R=26.76%
G=36.13%
B=37.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1371851900.280.0300.25185.6628.9664.12
Hex89B9BE1C3019ba1d40
Octal21127127634303127235100
Binary100010011011100110111110111001101100110111010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89B9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89B9BE; }

 p { color: rgb(137,185,190); }

 H1.HeaderClassName
 {
   color: #89B9BE;
 }
 .AnyTagClassName
 {
   color: #89B9BE;
 }
</style>
background-color css

<style>
 a { background-color: #89B9BE; }

 a { background-color: rgb(137,185,190); }

 div.DivClassName
 {
   background-color: #89B9BE;
 }
 .BgClassName
 {
   background-color: #89B9BE;
 }
</style>
border-color css

<style>
 span { border-color: #89B9BE; }

 span { border-color: rgb(137,185,190); }

 td.TdClassName
 {
   border-color: #89B9BE;
 }
 .TagClassName
 {
   border-color: #89B9BE;
 }
</style>