#89B3B1

Color #89B3B1 Ziggurat (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ziggurat #89B3B1

Tints of Ziggurat #89B3B1

Color information

#89B3B1 (or 0x89B3B1) is unknown color: approx 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

RGB137179177-
CMYK0.2300.010.30
HSL177.14º21.65%61.96%-
HSV(B)177.14º23.46%70.2%-
XYZ34.3740.7347.65-
YUV166.21134.09107.16-

RGB Variations

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

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.90%
R=27.79%
G=36.31%
B=35.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1371791770.2300.010.30177.1421.6561.96
Hex89B3B117011Eb1163e
Octal2112632612701362612676
Binary1000100110110011101100011011101111101011000110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89B3B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>