Html Css Color HEX #89AAAD Ziggurat

📋 copy color: '#89AAAD'

red 137 ◦ green 170 ◦ blue 173

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

Shades of Ziggurat #89AAAD

Tints of Ziggurat #89AAAD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.42%

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

R = 28.54%
G = 35.42%
B = 36.04%

CMYK

 C value IS 0.21

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#89AAAD (or 0x89AAAD) is known color: Ziggurat. HEX triplet: 89, AA and AD. RGB value is (137,170,173). Sum of RGB (Red+Green+Blue) = 137+170+173=480 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.54% from 480); Green value is 170 (66.80% from 255 or 35.42% from 480); Blue value is 173 (67.97% from 255 or 36.04% from 480); Max value from RGB is 173 - color contains mainly: blue. Hex color #89AAAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89AAAD is #765552. Grayscale: #A0A0A0. Windows color (decimal): -7755091 or 11381385. OLE color: 11381385.

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

Color convert

RGB 137 170 173 -
CMYK 0.21 0.02 0 0.32
HSL 185º 0.18% 0.61% -
HSV(B) 185º 0.21% 0.68% -
XYZ 32.23 37.08 44.99 -
YUV 160.48 135.07 111.26 -
System Red Green Blue C M Y K H S L
Decimal 137 170 173 0.21 0.02 0 0.32 185 0.18 0.61
Hex 89 AA AD 15 2 0 20 B9 12 3D
Octal 211 252 255 25 2 0 40 271 22 75
Binary 10001001 10101010 10101101 10101 10 0 100000 10111001 10010 111101

Color Harmonies of #89AAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89AAAD

Black with #89AAAD

Text Example


Text Example

White with #89AAAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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