Html Css Color HEX #89B4B1 Ziggurat

📋 copy color: '#89B4B1'

red 137 ◦ green 180 ◦ blue 177

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

Shades of Ziggurat #89B4B1

Tints of Ziggurat #89B4B1

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.44%

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

R = 27.73%
G = 36.44%
B = 35.83%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#89B4B1 (or 0x89B4B1) is known color: Ziggurat. HEX triplet: 89, B4 and B1. RGB value is (137,180,177). Sum of RGB (Red+Green+Blue) = 137+180+177=494 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.73% from 494); Green value is 180 (70.70% from 255 or 36.44% from 494); Blue value is 177 (69.53% from 255 or 35.83% from 494); Max value from RGB is 180 - color contains mainly: green. Hex color #89B4B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89B4B1 is #764B4E. Grayscale: #A6A6A6. Windows color (decimal): -7752527 or 11646089. OLE color: 11646089.

HSL color Cylindrical-coordinate representation of color #89B4B1: hue angle of 175.81º 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 #89B4B1 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 137 180 177 -
CMYK 0.24 0 0.02 0.29
HSL 175.81º 0.22% 0.62% -
HSV(B) 175.81º 0.24% 0.71% -
XYZ 34.57 41.14 47.71 -
YUV 166.8 133.75 106.74 -
System Red Green Blue C M Y K H S L
Decimal 137 180 177 0.24 0 0.02 0.29 175.81 0.22 0.62
Hex 89 B4 B1 18 0 2 1D B0 16 3E
Octal 211 264 261 30 0 2 35 260 26 76
Binary 10001001 10110100 10110001 11000 0 10 11101 10110000 10110 111110

Color Harmonies of #89B4B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89B4B1

Black with #89B4B1

Text Example


Text Example

White with #89B4B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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