Html Css Color HEX #89B3B1 Ziggurat

📋 copy color: '#89B3B1'

red 137 ◦ green 179 ◦ blue 177

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

Shades of Ziggurat #89B3B1

Tints of Ziggurat #89B3B1

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.31%

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

R = 27.79%
G = 36.31%
B = 35.9%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#89B3B1 (or 0x89B3B1) is known color: Ziggurat. HEX triplet: 89, B3 and B1. RGB value is (137,179,177). Sum of RGB (Red+Green+Blue) = 137+179+177=493 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.79% from 493); Green value is 179 (70.31% from 255 or 36.31% from 493); Blue value is 177 (69.53% from 255 or 35.90% from 493); Max value from RGB is 179 - color contains mainly: green. Hex color #89B3B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89B3B1 is #764C4E. Grayscale: #A6A6A6. Windows color (decimal): -7752783 or 11645833. OLE color: 11645833.

HSL color Cylindrical-coordinate representation of color #89B3B1: hue angle of 177.14º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #89B3B1 is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB 137 179 177 -
CMYK 0.23 0 0.01 0.30
HSL 177.14º 0.22% 0.62% -
HSV(B) 177.14º 0.23% 0.7% -
XYZ 34.37 40.73 47.65 -
YUV 166.21 134.09 107.16 -
System Red Green Blue C M Y K H S L
Decimal 137 179 177 0.23 0 0.01 0.30 177.14 0.22 0.62
Hex 89 B3 B1 17 0 1 1E B1 16 3E
Octal 211 263 261 27 0 1 36 261 26 76
Binary 10001001 10110011 10110001 10111 0 1 11110 10110001 10110 111110

Color Harmonies of #89B3B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89B3B1

Black with #89B3B1

Text Example


Text Example

White with #89B3B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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