#89DCAA

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

Shades of Vista Blue #89DCAA

Tints of Vista Blue #89DCAA

Color information

#89DCAA (or 0x89DCAA) is unknown color: approx Vista Blue. HEX triplet: 89, DC and AA. RGB value is (137,220,170). Sum of RGB (Red+Green+Blue) = 137+220+170=527 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.00% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 170 (66.80% from 255 or 32.26% from 527); Max value from RGB is 220 - color contains mainly: green. Hex color #89DCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89DCAA is #762355. Grayscale: #BDBDBD. Windows color (decimal): -7742294 or 11197577. OLE color: 11197577.

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

Color convert

RGB137220170-
CMYK0.3800.230.14
HSL143.86º54.25%70%-
HSV(B)143.86º37.73%86.27%-
XYZ43.1759.4147.22-
YUV189.4811790.57-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.00%
GREEN value IS 220 (86.33% from 255) = 41.75%
BLUE value IS 170 (66.80% from 255) = 32.26%
R=26.00%
G=41.75%
B=32.26%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1372201700.3800.230.14143.8654.2570
Hex89DCAA26017E903646
Octal211334252460271622066106
Binary1000100111011100101010101001100101111110100100001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89DCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,220,170); }

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

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

 a { background-color: rgb(137,220,170); }

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

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

 span { border-color: rgb(137,220,170); }

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