#89BABB

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

Shades of Glacier #89BABB

Tints of Glacier #89BABB

Color information

#89BABB (or 0x89BABB) is unknown color: approx Glacier. HEX triplet: 89, BA and BB. RGB value is (137,186,187). Sum of RGB (Red+Green+Blue) = 137+186+187=510 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.86% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 187 - color contains mainly: blue. Hex color #89BABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BABB is #764544. Grayscale: #ABABAB. Windows color (decimal): -7750981 or 12302985. OLE color: 12302985.

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

Color convert

RGB137186187-
CMYK0.270.0100.27
HSL181.2º26.88%63.53%-
HSV(B)181.2º26.74%73.33%-
XYZ36.8544.0253.57-
YUV171.46136.77103.42-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.86%
GREEN value IS 186 (73.05% from 255) = 36.47%
BLUE value IS 187 (73.44% from 255) = 36.67%
R=26.86%
G=36.47%
B=36.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1371861870.270.0100.27181.226.8863.53
Hex89BABB1B101Bb51b40
Octal21127227333103326533100
Binary10001001101110101011101111011101101110110101110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,186,187); }

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

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

 a { background-color: rgb(137,186,187); }

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

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

 span { border-color: rgb(137,186,187); }

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