#89CAA5

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

Shades of Vista Blue #89CAA5

Tints of Vista Blue #89CAA5

Color information

#89CAA5 (or 0x89CAA5) is unknown color: approx Vista Blue. HEX triplet: 89, CA and A5. RGB value is (137,202,165). Sum of RGB (Red+Green+Blue) = 137+202+165=504 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.18% from 504); Green value is 202 (79.30% from 255 or 40.08% from 504); Blue value is 165 (64.84% from 255 or 32.74% from 504); Max value from RGB is 202 - color contains mainly: green. Hex color #89CAA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89CAA5 is #76355A. Grayscale: #B2B2B2. Windows color (decimal): -7746907 or 10865289. OLE color: 10865289.

HSL color Cylindrical-coordinate representation of color #89CAA5: hue angle of 145.85º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #89CAA5 is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB137202165-
CMYK0.3200.180.21
HSL145.85º38.01%66.47%-
HSV(B)145.85º32.18%79.22%-
XYZ38.2350.2843.29-
YUV178.35120.4798.51-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.18%
GREEN value IS 202 (79.30% from 255) = 40.08%
BLUE value IS 165 (64.84% from 255) = 32.74%
R=27.18%
G=40.08%
B=32.74%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1372021650.3200.180.21145.8538.0166.47
Hex89CAA52001215922642
Octal211312245400222522246102
Binary10001001110010101010010110000001001010101100100101001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89CAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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