#89DBAD

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

Shades of Vista Blue #89DBAD

Tints of Vista Blue #89DBAD

Color information

#89DBAD (or 0x89DBAD) is unknown color: approx Vista Blue. HEX triplet: 89, DB and AD. RGB value is (137,219,173). Sum of RGB (Red+Green+Blue) = 137+219+173=529 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.90% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 173 (67.97% from 255 or 32.70% from 529); Max value from RGB is 219 - color contains mainly: green. Hex color #89DBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89DBAD is #762452. Grayscale: #BDBDBD. Windows color (decimal): -7742547 or 11393929. OLE color: 11393929.

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

Color convert

RGB137219173-
CMYK0.3700.210.14
HSL146.34º53.25%69.8%-
HSV(B)146.34º37.44%85.88%-
XYZ43.195948.65-
YUV189.24118.8390.74-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.90%
GREEN value IS 219 (85.94% from 255) = 41.40%
BLUE value IS 173 (67.97% from 255) = 32.70%
R=25.90%
G=41.40%
B=32.70%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1372191730.3700.210.14146.3453.2569.8
Hex89DBAD25015E923546
Octal211333255450251622265106
Binary1000100111011011101011011001010101011110100100101101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89DBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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