#89A0AE

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

Shades of Bali Hai #89A0AE

Tints of Bali Hai #89A0AE

Color information

#89A0AE (or 0x89A0AE) is unknown color: approx Bali Hai. HEX triplet: 89, A0 and AE. RGB value is (137,160,174). Sum of RGB (Red+Green+Blue) = 137+160+174=471 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.09% from 471); Green value is 160 (62.89% from 255 or 33.97% from 471); Blue value is 174 (68.36% from 255 or 36.94% from 471); Max value from RGB is 174 - color contains mainly: blue. Hex color #89A0AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A0AE is #765F51. Grayscale: #9A9A9A. Windows color (decimal): -7757650 or 11444361. OLE color: 11444361.

HSL color Cylindrical-coordinate representation of color #89A0AE: hue angle of 202.7º degrees, saturation: 0.19, 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 #89A0AE is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB137160174-
CMYK0.210.0800.32
HSL202.7º18.59%60.98%-
HSV(B)202.7º21.26%68.24%-
XYZ30.5333.5244.9-
YUV154.72138.88115.36-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.09%
GREEN value IS 160 (62.89% from 255) = 33.97%
BLUE value IS 174 (68.36% from 255) = 36.94%
R=29.09%
G=33.97%
B=36.94%

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
Decimal1371601740.210.0800.32202.718.5960.98
Hex89A0AE158020cb133d
Octal21124025625100403132375
Binary10001001101000001010111010101100001000001100101110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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