#89EBAD

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

Shades of Vista Blue #89EBAD

Tints of Vista Blue #89EBAD

Color information

#89EBAD (or 0x89EBAD) is unknown color: approx Vista Blue. HEX triplet: 89, EB and AD. RGB value is (137,235,173). Sum of RGB (Red+Green+Blue) = 137+235+173=545 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.14% from 545); Green value is 235 (92.19% from 255 or 43.12% from 545); Blue value is 173 (67.97% from 255 or 31.74% from 545); Max value from RGB is 235 - color contains mainly: green. Hex color #89EBAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #89EBAD is #761452. Grayscale: #C6C6C6. Windows color (decimal): -7738451 or 11398025. OLE color: 11398025.

HSL color Cylindrical-coordinate representation of color #89EBAD: hue angle of 142.04º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #89EBAD is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB137235173-
CMYK0.4200.260.08
HSL142.04º71.01%72.94%-
HSV(B)142.04º41.7%92.16%-
XYZ47.5767.7550.11-
YUV198.63113.5384.04-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.14%
GREEN value IS 235 (92.19% from 255) = 43.12%
BLUE value IS 173 (67.97% from 255) = 31.74%
R=25.14%
G=43.12%
B=31.74%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1372351730.4200.260.08142.0471.0172.94
Hex89EBAD2A01A88e4749
Octal2113532555203210216107111
Binary10001001111010111010110110101001101010001000111010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89EBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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