#89DEAC

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

Shades of Vista Blue #89DEAC

Tints of Vista Blue #89DEAC

Color information

#89DEAC (or 0x89DEAC) is unknown color: approx Vista Blue. HEX triplet: 89, DE and AC. RGB value is (137,222,172). Sum of RGB (Red+Green+Blue) = 137+222+172=531 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.80% from 531); Green value is 222 (87.11% from 255 or 41.81% from 531); Blue value is 172 (67.58% from 255 or 32.39% from 531); Max value from RGB is 222 - color contains mainly: green. Hex color #89DEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89DEAC is #762153. Grayscale: #BFBFBF. Windows color (decimal): -7741780 or 11329161. OLE color: 11329161.

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

Color convert

RGB137222172-
CMYK0.3800.230.13
HSL144.71º56.29%70.39%-
HSV(B)144.71º38.29%87.06%-
XYZ43.8860.5448.4-
YUV190.88117.3489.57-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.80%
GREEN value IS 222 (87.11% from 255) = 41.81%
BLUE value IS 172 (67.58% from 255) = 32.39%
R=25.80%
G=41.81%
B=32.39%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1372221720.3800.230.13144.7156.2970.39
Hex89DEAC26017D913846
Octal211336254460271522170106
Binary1000100111011110101011001001100101111101100100011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89DEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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