#89BBC0

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

Shades of Glacier #89BBC0

Tints of Glacier #89BBC0

Color information

#89BBC0 (or 0x89BBC0) is unknown color: approx Glacier. HEX triplet: 89, BB and C0. RGB value is (137,187,192). Sum of RGB (Red+Green+Blue) = 137+187+192=516 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.55% from 516); Green value is 187 (73.44% from 255 or 36.24% from 516); Blue value is 192 (75.39% from 255 or 37.21% from 516); Max value from RGB is 192 - color contains mainly: blue. Hex color #89BBC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BBC0 is #76443F. Grayscale: #ACACAC. Windows color (decimal): -7750720 or 12630921. OLE color: 12630921.

HSL color Cylindrical-coordinate representation of color #89BBC0: hue angle of 185.45º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #89BBC0 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB137187192-
CMYK0.290.0300.25
HSL185.45º30.39%64.51%-
HSV(B)185.45º28.65%75.29%-
XYZ37.644.6656.51-
YUV172.62138.94102.59-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.55%
GREEN value IS 187 (73.44% from 255) = 36.24%
BLUE value IS 192 (75.39% from 255) = 37.21%
R=26.55%
G=36.24%
B=37.21%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1371871920.290.0300.25185.4530.3964.51
Hex89BBC01D3019b91e41
Octal21127330035303127136101
Binary100010011011101111000000111011101100110111001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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