#89EBBD

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

Shades of Vista Blue #89EBBD

Tints of Vista Blue #89EBBD

Color information

#89EBBD (or 0x89EBBD) is unknown color: approx Vista Blue. HEX triplet: 89, EB and BD. RGB value is (137,235,189). Sum of RGB (Red+Green+Blue) = 137+235+189=561 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.42% from 561); Green value is 235 (92.19% from 255 or 41.89% from 561); Blue value is 189 (74.22% from 255 or 33.69% from 561); Max value from RGB is 235 - color contains mainly: green. Hex color #89EBBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89EBBD is #761442. Grayscale: #C8C8C8. Windows color (decimal): -7738435 or 12446601. OLE color: 12446601.

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

Color convert

RGB137235189-
CMYK0.4200.200.08
HSL151.84º71.01%72.94%-
HSV(B)151.84º41.7%92.16%-
XYZ49.2168.4158.75-
YUV200.45121.5382.74-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.42%
GREEN value IS 235 (92.19% from 255) = 41.89%
BLUE value IS 189 (74.22% from 255) = 33.69%
R=24.42%
G=41.89%
B=33.69%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1372351890.4200.200.08151.8471.0172.94
Hex89EBBD2A0148984749
Octal2113532755202410230107111
Binary10001001111010111011110110101001010010001001100010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89EBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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