#89DBAB

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

Shades of Vista Blue #89DBAB

Tints of Vista Blue #89DBAB

Color information

#89DBAB (or 0x89DBAB) is unknown color: approx Vista Blue. HEX triplet: 89, DB and AB. RGB value is (137,219,171). Sum of RGB (Red+Green+Blue) = 137+219+171=527 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.00% from 527); Green value is 219 (85.94% from 255 or 41.56% from 527); Blue value is 171 (67.19% from 255 or 32.45% from 527); Max value from RGB is 219 - color contains mainly: green. Hex color #89DBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89DBAB is #762454. Grayscale: #BDBDBD. Windows color (decimal): -7742549 or 11262857. OLE color: 11262857.

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

Color convert

RGB137219171-
CMYK0.3700.220.14
HSL144.88º53.25%69.8%-
HSV(B)144.88º37.44%85.88%-
XYZ4358.9247.63-
YUV189.01117.8390.9-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.00%
GREEN value IS 219 (85.94% from 255) = 41.56%
BLUE value IS 171 (67.19% from 255) = 32.45%
R=26.00%
G=41.56%
B=32.45%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1372191710.3700.220.14144.8853.2569.8
Hex89DBAB25016E913546
Octal211333253450261622165106
Binary1000100111011011101010111001010101101110100100011101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89DBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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