Html Css Color HEX #89B2B3 Ziggurat

📋 copy color: '#89B2B3'

red 137 ◦ green 178 ◦ blue 179

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

Shades of Ziggurat #89B2B3

Tints of Ziggurat #89B2B3

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.03%

 BLUE value IS 179 (70.31% from 255) = 36.23%

R = 27.73%
G = 36.03%
B = 36.23%

CMYK

 C value IS 0.23

 M value IS 0.01

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#89B2B3 (or 0x89B2B3) is known color: Ziggurat. HEX triplet: 89, B2 and B3. RGB value is (137,178,179). Sum of RGB (Red+Green+Blue) = 137+178+179=494 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.73% from 494); Green value is 178 (69.92% from 255 or 36.03% from 494); Blue value is 179 (70.31% from 255 or 36.23% from 494); Max value from RGB is 179 - color contains mainly: blue. Hex color #89B2B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89B2B3 is #764D4C. Grayscale: #A5A5A5. Windows color (decimal): -7753037 or 11776649. OLE color: 11776649.

HSL color Cylindrical-coordinate representation of color #89B2B3: hue angle of 181.43º 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 #89B2B3 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 137 178 179 -
CMYK 0.23 0.01 0 0.30
HSL 181.43º 0.22% 0.62% -
HSV(B) 181.43º 0.23% 0.7% -
XYZ 34.37 40.41 48.64 -
YUV 165.86 135.42 107.42 -
System Red Green Blue C M Y K H S L
Decimal 137 178 179 0.23 0.01 0 0.30 181.43 0.22 0.62
Hex 89 B2 B3 17 1 0 1E B5 16 3E
Octal 211 262 263 27 1 0 36 265 26 76
Binary 10001001 10110010 10110011 10111 1 0 11110 10110101 10110 111110

Color Harmonies of #89B2B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89B2B3

Black with #89B2B3

Text Example


Text Example

White with #89B2B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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