#89DBA4

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

Shades of Vista Blue #89DBA4

Tints of Vista Blue #89DBA4

Color information

#89DBA4 (or 0x89DBA4) is unknown color: approx Vista Blue. HEX triplet: 89, DB and A4. RGB value is (137,219,164). Sum of RGB (Red+Green+Blue) = 137+219+164=520 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.35% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 164 (64.45% from 255 or 31.54% from 520); Max value from RGB is 219 - color contains mainly: green. Hex color #89DBA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89DBA4 is #76245B. Grayscale: #BCBCBC. Windows color (decimal): -7742556 or 10804105. OLE color: 10804105.

HSL color Cylindrical-coordinate representation of color #89DBA4: hue angle of 139.76º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89DBA4 is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB137219164-
CMYK0.3700.250.14
HSL139.76º53.25%69.8%-
HSV(B)139.76º37.44%85.88%-
XYZ42.3558.6644.21-
YUV188.21114.3391.47-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.35%
GREEN value IS 219 (85.94% from 255) = 42.12%
BLUE value IS 164 (64.45% from 255) = 31.54%
R=26.35%
G=42.12%
B=31.54%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1372191640.3700.250.14139.7653.2569.8
Hex89DBA425019E8c3546
Octal211333244450311621465106
Binary1000100111011011101001001001010110011110100011001101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89DBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,219,164); }

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

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

 a { background-color: rgb(137,219,164); }

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

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

 span { border-color: rgb(137,219,164); }

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