Html Css Color HEX #89DDB2 Vista Blue

📋 copy color: '#89DDB2'

red 137 ◦ green 221 ◦ blue 178

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

Shades of Vista Blue #89DDB2

Tints of Vista Blue #89DDB2

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.23%

 BLUE value IS 178 (69.92% from 255) = 33.21%

R = 25.56%
G = 41.23%
B = 33.21%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#89DDB2 (or 0x89DDB2) is known color: Vista Blue. HEX triplet: 89, DD and B2. RGB value is (137,221,178). Sum of RGB (Red+Green+Blue) = 137+221+178=536 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.56% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 178 (69.92% from 255 or 33.21% from 536); Max value from RGB is 221 - color contains mainly: green. Hex color #89DDB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89DDB2 is #76224D. Grayscale: #BFBFBF. Windows color (decimal): -7742030 or 11722121. OLE color: 11722121.

HSL color Cylindrical-coordinate representation of color #89DDB2: hue angle of 149.29º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89DDB2 is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 137 221 178 -
CMYK 0.38 0 0.19 0.13
HSL 149.29º 0.55% 0.7% -
HSV(B) 149.29º 0.38% 0.87% -
XYZ 44.21 60.25 51.42 -
YUV 190.98 120.67 89.5 -
System Red Green Blue C M Y K H S L
Decimal 137 221 178 0.38 0 0.19 0.13 149.29 0.55 0.7
Hex 89 DD B2 26 0 13 D 95 37 46
Octal 211 335 262 46 0 23 15 225 67 106
Binary 10001001 11011101 10110010 100110 0 10011 1101 10010101 110111 1000110

Color Harmonies of #89DDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89DDB2

Black with #89DDB2

Text Example


Text Example

White with #89DDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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