#89BDBE

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

Shades of Glacier #89BDBE

Tints of Glacier #89BDBE

Color information

#89BDBE (or 0x89BDBE) is unknown color: approx Glacier. HEX triplet: 89, BD and BE. RGB value is (137,189,190). Sum of RGB (Red+Green+Blue) = 137+189+190=516 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.55% from 516); Green value is 189 (74.22% from 255 or 36.63% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 190 - color contains mainly: blue. Hex color #89BDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BDBE is #764241. Grayscale: #ADADAD. Windows color (decimal): -7750210 or 12500361. OLE color: 12500361.

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

Color convert

RGB137189190-
CMYK0.280.0100.25
HSL181.13º28.96%64.12%-
HSV(B)181.13º27.89%74.51%-
XYZ37.8145.4355.49-
YUV173.57137.27101.92-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.55%
GREEN value IS 189 (74.22% from 255) = 36.63%
BLUE value IS 190 (74.61% from 255) = 36.82%
R=26.55%
G=36.63%
B=36.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1371891900.280.0100.25181.1328.9664.12
Hex89BDBE1C1019b51d40
Octal21127527634103126535100
Binary10001001101111011011111011100101100110110101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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