Html Css Color HEX #89A0AD Bali Hai

📋 copy color: '#89A0AD'

red 137 ◦ green 160 ◦ blue 173

#89A0AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bali Hai #89A0AD

Tints of Bali Hai #89A0AD

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 value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#89A0AD (or 0x89A0AD) is known color: 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

RGB 137 160 173 -
CMYK 0.21 0.08 0 0.32
HSL 201.67º 0.18% 0.61% -
HSV(B) 201.67º 0.21% 0.68% -
XYZ 30.43 33.48 44.39 -
YUV 154.61 138.38 115.44 -
System Red Green Blue C M Y K H S L
Decimal 137 160 173 0.21 0.08 0 0.32 201.67 0.18 0.61
Hex 89 A0 AD 15 8 0 20 CA 12 3D
Octal 211 240 255 25 10 0 40 312 22 75
Binary 10001001 10100000 10101101 10101 1000 0 100000 11001010 10010 111101

Color Harmonies of #89A0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89A0AD

Black with #89A0AD

Text Example


Text Example

White with #89A0AD

Text Example


Text Example

HTML Codes & Css Web 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>