#89CAA6

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

Shades of Vista Blue #89CAA6

Tints of Vista Blue #89CAA6

Color information

#89CAA6 (or 0x89CAA6) is unknown color: approx Vista Blue. HEX triplet: 89, CA and A6. RGB value is (137,202,166). Sum of RGB (Red+Green+Blue) = 137+202+166=505 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.13% from 505); Green value is 202 (79.30% from 255 or 40% from 505); Blue value is 166 (65.23% from 255 or 32.87% from 505); Max value from RGB is 202 - color contains mainly: green. Hex color #89CAA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89CAA6 is #763559. Grayscale: #B2B2B2. Windows color (decimal): -7746906 or 10930825. OLE color: 10930825.

HSL color Cylindrical-coordinate representation of color #89CAA6: hue angle of 146.77º 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 #89CAA6 is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB137202166-
CMYK0.3200.180.21
HSL146.77º38.01%66.47%-
HSV(B)146.77º32.18%79.22%-
XYZ38.3250.3143.77-
YUV178.46120.9798.43-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.13%
GREEN value IS 202 (79.30% from 255) = 40%
BLUE value IS 166 (65.23% from 255) = 32.87%
R=27.13%
G=40%
B=32.87%

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
Decimal1372021660.3200.180.21146.7738.0166.47
Hex89CAA62001215932642
Octal211312246400222522346102
Binary10001001110010101010011010000001001010101100100111001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89CAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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