#89DDAB

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

Shades of Vista Blue #89DDAB

Tints of Vista Blue #89DDAB

Color information

#89DDAB (or 0x89DDAB) is unknown color: approx Vista Blue. HEX triplet: 89, DD and AB. RGB value is (137,221,171). Sum of RGB (Red+Green+Blue) = 137+221+171=529 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.90% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 171 (67.19% from 255 or 32.33% from 529); Max value from RGB is 221 - color contains mainly: green. Hex color #89DDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89DDAB is #762254. Grayscale: #BEBEBE. Windows color (decimal): -7742037 or 11263369. OLE color: 11263369.

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

Color convert

RGB137221171-
CMYK0.3800.230.13
HSL144.29º55.26%70.2%-
HSV(B)144.29º38.01%86.67%-
XYZ43.5259.9747.81-
YUV190.18117.1790.07-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.90%
GREEN value IS 221 (86.72% from 255) = 41.78%
BLUE value IS 171 (67.19% from 255) = 32.33%
R=25.90%
G=41.78%
B=32.33%

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
Decimal1372211710.3800.230.13144.2955.2670.2
Hex89DDAB26017D903746
Octal211335253460271522067106
Binary1000100111011101101010111001100101111101100100001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89DDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,221,171); }

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

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

 a { background-color: rgb(137,221,171); }

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

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

 span { border-color: rgb(137,221,171); }

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