#89B4B3

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

Shades of Ziggurat #89B4B3

Tints of Ziggurat #89B4B3

Color information

#89B4B3 (or 0x89B4B3) is unknown color: approx Ziggurat. HEX triplet: 89, B4 and B3. RGB value is (137,180,179). Sum of RGB (Red+Green+Blue) = 137+180+179=496 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.62% from 496); Green value is 180 (70.70% from 255 or 36.29% from 496); Blue value is 179 (70.31% from 255 or 36.09% from 496); Max value from RGB is 180 - color contains mainly: green. Hex color #89B4B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89B4B3 is #764B4C. Grayscale: #A6A6A6. Windows color (decimal): -7752525 or 11777161. OLE color: 11777161.

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

Color convert

RGB137180179-
CMYK0.2400.010.29
HSL178.6º22.28%62.16%-
HSV(B)178.6º23.89%70.59%-
XYZ34.7741.2248.77-
YUV167.03134.75106.58-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.62%
GREEN value IS 180 (70.70% from 255) = 36.29%
BLUE value IS 179 (70.31% from 255) = 36.09%
R=27.62%
G=36.29%
B=36.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1371801790.2400.010.29178.622.2862.16
Hex89B4B318011Db3163e
Octal2112642633001352632676
Binary1000100110110100101100111100001111011011001110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89B4B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #89B4B3;
 }
 .AnyTagClassName
 {
   color: #89B4B3;
 }
</style>
background-color css

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

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

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

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

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

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