#89EBAF

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

Shades of Vista Blue #89EBAF

Tints of Vista Blue #89EBAF

Color information

#89EBAF (or 0x89EBAF) is unknown color: approx Vista Blue. HEX triplet: 89, EB and AF. RGB value is (137,235,175). Sum of RGB (Red+Green+Blue) = 137+235+175=547 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.05% from 547); Green value is 235 (92.19% from 255 or 42.96% from 547); Blue value is 175 (68.75% from 255 or 31.99% from 547); Max value from RGB is 235 - color contains mainly: green. Hex color #89EBAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #89EBAF is #761450. Grayscale: #C7C7C7. Windows color (decimal): -7738449 or 11529097. OLE color: 11529097.

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

Color convert

RGB137235175-
CMYK0.4200.260.08
HSL143.27º71.01%72.94%-
HSV(B)143.27º41.7%92.16%-
XYZ47.7667.8351.13-
YUV198.86114.5383.88-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.05%
GREEN value IS 235 (92.19% from 255) = 42.96%
BLUE value IS 175 (68.75% from 255) = 31.99%
R=25.05%
G=42.96%
B=31.99%

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
Decimal1372351750.4200.260.08143.2771.0172.94
Hex89EBAF2A01A88f4749
Octal2113532575203210217107111
Binary10001001111010111010111110101001101010001000111110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89EBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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