Html Css Color HEX #89ADAE Ziggurat

📋 copy color: '#89ADAE'

red 137 ◦ green 173 ◦ blue 174

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

Shades of Ziggurat #89ADAE

Tints of Ziggurat #89ADAE

RGB

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

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

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

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

CMYK

 C value IS 0.21

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

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

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

Color convert

RGB 137 173 174 -
CMYK 0.21 0.01 0 0.32
HSL 181.62º 0.19% 0.61% -
HSV(B) 181.62º 0.21% 0.68% -
XYZ 32.9 38.26 45.7 -
YUV 162.35 134.57 109.92 -
System Red Green Blue C M Y K H S L
Decimal 137 173 174 0.21 0.01 0 0.32 181.62 0.19 0.61
Hex 89 AD AE 15 1 0 20 B6 13 3D
Octal 211 255 256 25 1 0 40 266 23 75
Binary 10001001 10101101 10101110 10101 1 0 100000 10110110 10011 111101

Color Harmonies of #89ADAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89ADAE

Black with #89ADAE

Text Example


Text Example

White with #89ADAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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