#89B7BE

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

Shades of Glacier #89B7BE

Tints of Glacier #89B7BE

Color information

#89B7BE (or 0x89B7BE) is unknown color: approx Glacier. HEX triplet: 89, B7 and BE. RGB value is (137,183,190). Sum of RGB (Red+Green+Blue) = 137+183+190=510 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.86% from 510); Green value is 183 (71.88% from 255 or 35.88% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 190 - color contains mainly: blue. Hex color #89B7BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89B7BE is #764841. Grayscale: #A9A9A9. Windows color (decimal): -7751746 or 12498825. OLE color: 12498825.

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

Color convert

RGB137183190-
CMYK0.280.0400.25
HSL187.92º28.96%64.12%-
HSV(B)187.92º27.89%74.51%-
XYZ36.5442.955.07-
YUV170.04139.26104.43-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.86%
GREEN value IS 183 (71.88% from 255) = 35.88%
BLUE value IS 190 (74.61% from 255) = 37.25%
R=26.86%
G=35.88%
B=37.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1371831900.280.0400.25187.9228.9664.12
Hex89B7BE1C4019bc1d40
Octal21126727634403127435100
Binary1000100110110111101111101110010001100110111100111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89B7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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