#89EABB

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

Shades of Vista Blue #89EABB

Tints of Vista Blue #89EABB

Color information

#89EABB (or 0x89EABB) is unknown color: approx Vista Blue. HEX triplet: 89, EA and BB. RGB value is (137,234,187). Sum of RGB (Red+Green+Blue) = 137+234+187=558 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.55% from 558); Green value is 234 (91.80% from 255 or 41.94% from 558); Blue value is 187 (73.44% from 255 or 33.51% from 558); Max value from RGB is 234 - color contains mainly: green. Hex color #89EABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89EABB is #761544. Grayscale: #C7C7C7. Windows color (decimal): -7738693 or 12315273. OLE color: 12315273.

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

Color convert

RGB137234187-
CMYK0.4100.200.08
HSL150.93º69.78%72.75%-
HSV(B)150.93º41.45%91.76%-
XYZ48.7167.7557.52-
YUV199.64120.8683.32-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.55%
GREEN value IS 234 (91.80% from 255) = 41.94%
BLUE value IS 187 (73.44% from 255) = 33.51%
R=24.55%
G=41.94%
B=33.51%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1372341870.4100.200.08150.9369.7872.75
Hex89EABB290148974649
Octal2113522735102410227106111
Binary10001001111010101011101110100101010010001001011110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89EABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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