Html Css Color HEX #89DDA5 Vista Blue

📋 copy color: '#89DDA5'

red 137 ◦ green 221 ◦ blue 165

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

Shades of Vista Blue #89DDA5

Tints of Vista Blue #89DDA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 31.55%

R = 26.2%
G = 42.26%
B = 31.55%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#89DDA5 (or 0x89DDA5) is known color: Vista Blue. HEX triplet: 89, DD and A5. RGB value is (137,221,165). Sum of RGB (Red+Green+Blue) = 137+221+165=523 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.20% from 523); Green value is 221 (86.72% from 255 or 42.26% from 523); Blue value is 165 (64.84% from 255 or 31.55% from 523); Max value from RGB is 221 - color contains mainly: green. Hex color #89DDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89DDA5 is #76225A. Grayscale: #BDBDBD. Windows color (decimal): -7742043 or 10870153. OLE color: 10870153.

HSL color Cylindrical-coordinate representation of color #89DDA5: hue angle of 140º 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 #89DDA5 is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB 137 221 165 -
CMYK 0.38 0 0.25 0.13
HSL 140º 0.55% 0.7% -
HSV(B) 140º 0.38% 0.87% -
XYZ 42.96 59.75 44.87 -
YUV 189.5 114.17 90.55 -
System Red Green Blue C M Y K H S L
Decimal 137 221 165 0.38 0 0.25 0.13 140 0.55 0.7
Hex 89 DD A5 26 0 19 D 8C 37 46
Octal 211 335 245 46 0 31 15 214 67 106
Binary 10001001 11011101 10100101 100110 0 11001 1101 10001100 110111 1000110

Color Harmonies of #89DDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89DDA5

Black with #89DDA5

Text Example


Text Example

White with #89DDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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