#89EAAB

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

Shades of Vista Blue #89EAAB

Tints of Vista Blue #89EAAB

Color information

#89EAAB (or 0x89EAAB) is unknown color: approx Vista Blue. HEX triplet: 89, EA and AB. RGB value is (137,234,171). Sum of RGB (Red+Green+Blue) = 137+234+171=542 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.28% from 542); Green value is 234 (91.80% from 255 or 43.17% from 542); Blue value is 171 (67.19% from 255 or 31.55% from 542); Max value from RGB is 234 - color contains mainly: green. Hex color #89EAAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #89EAAB is #761554. Grayscale: #C5C5C5. Windows color (decimal): -7738709 or 11266697. OLE color: 11266697.

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

Color convert

RGB137234171-
CMYK0.4100.270.08
HSL141.03º69.78%72.75%-
HSV(B)141.03º41.45%91.76%-
XYZ47.0967.149-
YUV197.82112.8684.62-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.28%
GREEN value IS 234 (91.80% from 255) = 43.17%
BLUE value IS 171 (67.19% from 255) = 31.55%
R=25.28%
G=43.17%
B=31.55%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1372341710.4100.270.08141.0369.7872.75
Hex89EAAB2901B88d4649
Octal2113522535103310215106111
Binary10001001111010101010101110100101101110001000110110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89EAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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