#89B9BC

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

Shades of Glacier #89B9BC

Tints of Glacier #89B9BC

Color information

#89B9BC (or 0x89B9BC) is unknown color: approx Glacier. HEX triplet: 89, B9 and BC. RGB value is (137,185,188). Sum of RGB (Red+Green+Blue) = 137+185+188=510 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.86% from 510); Green value is 185 (72.66% from 255 or 36.27% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 188 - color contains mainly: blue. Hex color #89B9BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89B9BC is #764643. Grayscale: #AAAAAA. Windows color (decimal): -7751236 or 12368265. OLE color: 12368265.

HSL color Cylindrical-coordinate representation of color #89B9BC: hue angle of 183.53º 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 #89B9BC is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB137185188-
CMYK0.270.0200.26
HSL183.53º27.57%63.73%-
HSV(B)183.53º27.13%73.73%-
XYZ36.7443.6554.07-
YUV170.99137.6103.76-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.86%
GREEN value IS 185 (72.66% from 255) = 36.27%
BLUE value IS 188 (73.83% from 255) = 36.86%
R=26.86%
G=36.27%
B=36.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1371851880.270.0200.26183.5327.5763.73
Hex89B9BC1B201Ab81c40
Octal21127127433203227034100
Binary100010011011100110111100110111001101010111000111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89B9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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