#89A0AD

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

Shades of Bali Hai #89A0AD

Tints of Bali Hai #89A0AD

Color information

#89A0AD (or 0x89A0AD) is unknown color: approx Bali Hai. HEX triplet: 89, A0 and AD. RGB value is (137,160,173). Sum of RGB (Red+Green+Blue) = 137+160+173=470 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.15% from 470); Green value is 160 (62.89% from 255 or 34.04% from 470); Blue value is 173 (67.97% from 255 or 36.81% from 470); Max value from RGB is 173 - color contains mainly: blue. Hex color #89A0AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A0AD is #765F52. Grayscale: #9A9A9A. Windows color (decimal): -7757651 or 11378825. OLE color: 11378825.

HSL color Cylindrical-coordinate representation of color #89A0AD: hue angle of 201.67º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #89A0AD is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB137160173-
CMYK0.210.0800.32
HSL201.67º18%60.78%-
HSV(B)201.67º20.81%67.84%-
XYZ30.4333.4844.39-
YUV154.6138.38115.44-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.15%
GREEN value IS 160 (62.89% from 255) = 34.04%
BLUE value IS 173 (67.97% from 255) = 36.81%
R=29.15%
G=34.04%
B=36.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1371601730.210.0800.32201.671860.78
Hex89A0AD158020ca123d
Octal21124025525100403122275
Binary10001001101000001010110110101100001000001100101010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,160,173); }

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

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

 a { background-color: rgb(137,160,173); }

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

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

 span { border-color: rgb(137,160,173); }

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