#89EDBD

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

Shades of Vista Blue #89EDBD

Tints of Vista Blue #89EDBD

Color information

#89EDBD (or 0x89EDBD) is unknown color: approx Vista Blue. HEX triplet: 89, ED and BD. RGB value is (137,237,189). Sum of RGB (Red+Green+Blue) = 137+237+189=563 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.33% from 563); Green value is 237 (92.97% from 255 or 42.10% from 563); Blue value is 189 (74.22% from 255 or 33.57% from 563); Max value from RGB is 237 - color contains mainly: green. Hex color #89EDBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89EDBD is #761242. Grayscale: #C9C9C9. Windows color (decimal): -7737923 or 12447113. OLE color: 12447113.

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

Color convert

RGB137237189-
CMYK0.4200.200.07
HSL151.2º73.53%73.33%-
HSV(B)151.2º42.19%92.94%-
XYZ49.7969.5658.95-
YUV201.63120.8781.9-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.33%
GREEN value IS 237 (92.97% from 255) = 42.10%
BLUE value IS 189 (74.22% from 255) = 33.57%
R=24.33%
G=42.10%
B=33.57%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1372371890.4200.200.07151.273.5373.33
Hex89EDBD2A0147974a49
Octal211355275520247227112111
Binary1000100111101101101111011010100101001111001011110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89EDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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