Html Css Color HEX #89AEAD Ziggurat

📋 copy color: '#89AEAD'

red 137 ◦ green 174 ◦ blue 173

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

Shades of Ziggurat #89AEAD

Tints of Ziggurat #89AEAD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.95%

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

R = 28.31%
G = 35.95%
B = 35.74%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#89AEAD (or 0x89AEAD) is known color: Ziggurat. HEX triplet: 89, AE and AD. RGB value is (137,174,173). Sum of RGB (Red+Green+Blue) = 137+174+173=484 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.31% from 484); Green value is 174 (68.36% from 255 or 35.95% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 174 - color contains mainly: green. Hex color #89AEAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89AEAD is #765152. Grayscale: #A2A2A2. Windows color (decimal): -7754067 or 11382409. OLE color: 11382409.

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

Color convert

RGB 137 174 173 -
CMYK 0.21 0 0.01 0.32
HSL 178.38º 0.19% 0.61% -
HSV(B) 178.38º 0.21% 0.68% -
XYZ 33 38.61 45.25 -
YUV 162.82 133.74 109.58 -
System Red Green Blue C M Y K H S L
Decimal 137 174 173 0.21 0 0.01 0.32 178.38 0.19 0.61
Hex 89 AE AD 15 0 1 20 B2 13 3D
Octal 211 256 255 25 0 1 40 262 23 75
Binary 10001001 10101110 10101101 10101 0 1 100000 10110010 10011 111101

Color Harmonies of #89AEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89AEAD

Black with #89AEAD

Text Example


Text Example

White with #89AEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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