#89EDBA

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

Shades of Vista Blue #89EDBA

Tints of Vista Blue #89EDBA

Color information

#89EDBA (or 0x89EDBA) is unknown color: approx Vista Blue. HEX triplet: 89, ED and BA. RGB value is (137,237,186). Sum of RGB (Red+Green+Blue) = 137+237+186=560 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.46% from 560); Green value is 237 (92.97% from 255 or 42.32% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 237 - color contains mainly: green. Hex color #89EDBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89EDBA is #761245. Grayscale: #C9C9C9. Windows color (decimal): -7737926 or 12250505. OLE color: 12250505.

HSL color Cylindrical-coordinate representation of color #89EDBA: hue angle of 149.4º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #89EDBA is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB137237186-
CMYK0.4200.220.07
HSL149.4º73.53%73.33%-
HSV(B)149.4º42.19%92.94%-
XYZ49.4669.4357.25-
YUV201.29119.3782.15-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.46%
GREEN value IS 237 (92.97% from 255) = 42.32%
BLUE value IS 186 (73.05% from 255) = 33.21%
R=24.46%
G=42.32%
B=33.21%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1372371860.4200.220.07149.473.5373.33
Hex89EDBA2A0167954a49
Octal211355272520267225112111
Binary1000100111101101101110101010100101101111001010110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89EDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,237,186); }

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

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

 a { background-color: rgb(137,237,186); }

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

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

 span { border-color: rgb(137,237,186); }

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