Html Css Color HEX #89A1AD Bali Hai

📋 copy color: '#89A1AD'

red 137 ◦ green 161 ◦ blue 173

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

Shades of Bali Hai #89A1AD

Tints of Bali Hai #89A1AD

RGB

 RED value IS 137 (53.91% from 255) = 29.09%

 GREEN value IS 161 (63.28% from 255) = 34.18%

 BLUE value IS 173 (67.97% from 255) = 36.73%

R = 29.09%
G = 34.18%
B = 36.73%

CMYK

 C value IS 0.21

 M value IS 0.07

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#89A1AD (or 0x89A1AD) is known color: Bali Hai. HEX triplet: 89, A1 and AD. RGB value is (137,161,173). Sum of RGB (Red+Green+Blue) = 137+161+173=471 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.09% from 471); Green value is 161 (63.28% from 255 or 34.18% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 173 - color contains mainly: blue. Hex color #89A1AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A1AD is #765E52. Grayscale: #9B9B9B. Windows color (decimal): -7757395 or 11379081. OLE color: 11379081.

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

Color convert

RGB 137 161 173 -
CMYK 0.21 0.07 0 0.32
HSL 200º 0.18% 0.61% -
HSV(B) 200º 0.21% 0.68% -
XYZ 30.6 33.83 44.45 -
YUV 155.19 138.05 115.02 -
System Red Green Blue C M Y K H S L
Decimal 137 161 173 0.21 0.07 0 0.32 200 0.18 0.61
Hex 89 A1 AD 15 7 0 20 C8 12 3D
Octal 211 241 255 25 7 0 40 310 22 75
Binary 10001001 10100001 10101101 10101 111 0 100000 11001000 10010 111101

Color Harmonies of #89A1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89A1AD

Black with #89A1AD

Text Example


Text Example

White with #89A1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #89A1AD;
 }
 .AnyTagClassName
 {
   color: #89A1AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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