Html Css Color HEX #89ADAF Ziggurat

📋 copy color: '#89ADAF'

red 137 ◦ green 173 ◦ blue 175

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

Shades of Ziggurat #89ADAF

Tints of Ziggurat #89ADAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.08%

R = 28.25%
G = 35.67%
B = 36.08%

CMYK

 C value IS 0.22

 M value IS 0.01

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#89ADAF (or 0x89ADAF) is known color: Ziggurat. HEX triplet: 89, AD and AF. RGB value is (137,173,175). Sum of RGB (Red+Green+Blue) = 137+173+175=485 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.25% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 175 (68.75% from 255 or 36.08% from 485); Max value from RGB is 175 - color contains mainly: blue. Hex color #89ADAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89ADAF is #765250. Grayscale: #A2A2A2. Windows color (decimal): -7754321 or 11513225. OLE color: 11513225.

HSL color Cylindrical-coordinate representation of color #89ADAF: hue angle of 183.16º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #89ADAF is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 137 173 175 -
CMYK 0.22 0.01 0 0.31
HSL 183.16º 0.19% 0.61% -
HSV(B) 183.16º 0.22% 0.69% -
XYZ 33 38.3 46.21 -
YUV 162.46 135.07 109.84 -
System Red Green Blue C M Y K H S L
Decimal 137 173 175 0.22 0.01 0 0.31 183.16 0.19 0.61
Hex 89 AD AF 16 1 0 1F B7 13 3D
Octal 211 255 257 26 1 0 37 267 23 75
Binary 10001001 10101101 10101111 10110 1 0 11111 10110111 10011 111101

Color Harmonies of #89ADAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89ADAF

Black with #89ADAF

Text Example


Text Example

White with #89ADAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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