#89BCBD

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

Shades of Glacier #89BCBD

Tints of Glacier #89BCBD

Color information

#89BCBD (or 0x89BCBD) is unknown color: approx Glacier. HEX triplet: 89, BC and BD. RGB value is (137,188,189). Sum of RGB (Red+Green+Blue) = 137+188+189=514 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.65% from 514); Green value is 188 (73.83% from 255 or 36.58% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 189 - color contains mainly: blue. Hex color #89BCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BCBD is #764342. Grayscale: #ACACAC. Windows color (decimal): -7750467 or 12434569. OLE color: 12434569.

HSL color Cylindrical-coordinate representation of color #89BCBD: hue angle of 181.15º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #89BCBD is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB137188189-
CMYK0.280.0100.26
HSL181.15º28.26%63.92%-
HSV(B)181.15º27.51%74.12%-
XYZ37.4944.9654.85-
YUV172.86137.1102.42-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.65%
GREEN value IS 188 (73.83% from 255) = 36.58%
BLUE value IS 189 (74.22% from 255) = 36.77%
R=26.65%
G=36.58%
B=36.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1371881890.280.0100.26181.1528.2663.92
Hex89BCBD1C101Ab51c40
Octal21127427534103226534100
Binary10001001101111001011110111100101101010110101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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