#89EBAE

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

Shades of Vista Blue #89EBAE

Tints of Vista Blue #89EBAE

Color information

#89EBAE (or 0x89EBAE) is unknown color: approx Vista Blue. HEX triplet: 89, EB and AE. RGB value is (137,235,174). Sum of RGB (Red+Green+Blue) = 137+235+174=546 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.09% from 546); Green value is 235 (92.19% from 255 or 43.04% from 546); Blue value is 174 (68.36% from 255 or 31.87% from 546); Max value from RGB is 235 - color contains mainly: green. Hex color #89EBAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #89EBAE is #761451. Grayscale: #C6C6C6. Windows color (decimal): -7738450 or 11463561. OLE color: 11463561.

HSL color Cylindrical-coordinate representation of color #89EBAE: hue angle of 142.65º 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 #89EBAE is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB137235174-
CMYK0.4200.260.08
HSL142.65º71.01%72.94%-
HSV(B)142.65º41.7%92.16%-
XYZ47.6667.7950.62-
YUV198.74114.0383.96-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.09%
GREEN value IS 235 (92.19% from 255) = 43.04%
BLUE value IS 174 (68.36% from 255) = 31.87%
R=25.09%
G=43.04%
B=31.87%

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
Decimal1372351740.4200.260.08142.6571.0172.94
Hex89EBAE2A01A88f4749
Octal2113532565203210217107111
Binary10001001111010111010111010101001101010001000111110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89EBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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