#89B8BB

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

Shades of Glacier #89B8BB

Tints of Glacier #89B8BB

Color information

#89B8BB (or 0x89B8BB) is unknown color: approx Glacier. HEX triplet: 89, B8 and BB. RGB value is (137,184,187). Sum of RGB (Red+Green+Blue) = 137+184+187=508 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.97% from 508); Green value is 184 (72.27% from 255 or 36.22% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 187 - color contains mainly: blue. Hex color #89B8BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89B8BB is #764744. Grayscale: #AAAAAA. Windows color (decimal): -7751493 or 12302473. OLE color: 12302473.

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

Color convert

RGB137184187-
CMYK0.270.0200.27
HSL183.6º26.88%63.53%-
HSV(B)183.6º26.74%73.33%-
XYZ36.4343.1953.43-
YUV170.29137.43104.26-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.97%
GREEN value IS 184 (72.27% from 255) = 36.22%
BLUE value IS 187 (73.44% from 255) = 36.81%
R=26.97%
G=36.22%
B=36.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1371841870.270.0200.27183.626.8863.53
Hex89B8BB1B201Bb81b40
Octal21127027333203327033100
Binary100010011011100010111011110111001101110111000110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89B8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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