#89DEA5

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

Shades of Vista Blue #89DEA5

Tints of Vista Blue #89DEA5

Color information

#89DEA5 (or 0x89DEA5) is unknown color: approx Vista Blue. HEX triplet: 89, DE and A5. RGB value is (137,222,165). Sum of RGB (Red+Green+Blue) = 137+222+165=524 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.15% from 524); Green value is 222 (87.11% from 255 or 42.37% from 524); Blue value is 165 (64.84% from 255 or 31.49% from 524); Max value from RGB is 222 - color contains mainly: green. Hex color #89DEA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89DEA5 is #76215A. Grayscale: #BEBEBE. Windows color (decimal): -7741787 or 10870409. OLE color: 10870409.

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

Color convert

RGB137222165-
CMYK0.3800.260.13
HSL139.76º56.29%70.39%-
HSV(B)139.76º38.29%87.06%-
XYZ43.2360.2844.95-
YUV190.09113.8490.13-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.15%
GREEN value IS 222 (87.11% from 255) = 42.37%
BLUE value IS 165 (64.84% from 255) = 31.49%
R=26.15%
G=42.37%
B=31.49%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1372221650.3800.260.13139.7656.2970.39
Hex89DEA52601AD8c3846
Octal211336245460321521470106
Binary1000100111011110101001011001100110101101100011001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89DEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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