Html Css Color HEX #89ADB1 Ziggurat

📋 copy color: '#89ADB1'

red 137 ◦ green 173 ◦ blue 177

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

Shades of Ziggurat #89ADB1

Tints of Ziggurat #89ADB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 36.34%

R = 28.13%
G = 35.52%
B = 36.34%

CMYK

 C value IS 0.23

 M value IS 0.02

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#89ADB1 (or 0x89ADB1) is known color: Ziggurat. HEX triplet: 89, AD and B1. RGB value is (137,173,177). Sum of RGB (Red+Green+Blue) = 137+173+177=487 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.13% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 177 (69.53% from 255 or 36.34% from 487); Max value from RGB is 177 - color contains mainly: blue. Hex color #89ADB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89ADB1 is #76524E. Grayscale: #A2A2A2. Windows color (decimal): -7754319 or 11644297. OLE color: 11644297.

HSL color Cylindrical-coordinate representation of color #89ADB1: hue angle of 186º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #89ADB1 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 137 173 177 -
CMYK 0.23 0.02 0 0.31
HSL 186º 0.2% 0.62% -
HSV(B) 186º 0.23% 0.69% -
XYZ 33.2 38.38 47.25 -
YUV 162.69 136.07 109.67 -
System Red Green Blue C M Y K H S L
Decimal 137 173 177 0.23 0.02 0 0.31 186 0.2 0.62
Hex 89 AD B1 17 2 0 1F BA 14 3E
Octal 211 255 261 27 2 0 37 272 24 76
Binary 10001001 10101101 10110001 10111 10 0 11111 10111010 10100 111110

Color Harmonies of #89ADB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89ADB1

Black with #89ADB1

Text Example


Text Example

White with #89ADB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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