Html Css Color HEX #89EABA Vista Blue

📋 copy color: '#89EABA'

red 137 ◦ green 234 ◦ blue 186

#89EABA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vista Blue #89EABA

Tints of Vista Blue #89EABA

RGB

 RED value IS 137 (53.91% from 255) = 24.6%

 GREEN value IS 234 (91.8% from 255) = 42.01%

 BLUE value IS 186 (73.05% from 255) = 33.39%

R = 24.6%
G = 42.01%
B = 33.39%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#89EABA (or 0x89EABA) is known color: Vista Blue. HEX triplet: 89, EA and BA. RGB value is (137,234,186). Sum of RGB (Red+Green+Blue) = 137+234+186=557 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.60% from 557); Green value is 234 (91.80% from 255 or 42.01% from 557); Blue value is 186 (73.05% from 255 or 33.39% from 557); Max value from RGB is 234 - color contains mainly: green. Hex color #89EABA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89EABA is #761545. Grayscale: #C7C7C7. Windows color (decimal): -7738694 or 12249737. OLE color: 12249737.

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

Color convert

RGB 137 234 186 -
CMYK 0.41 0 0.21 0.08
HSL 150.31º 0.7% 0.73% -
HSV(B) 150.31º 0.41% 0.92% -
XYZ 48.6 67.71 56.96 -
YUV 199.53 120.36 83.4 -
System Red Green Blue C M Y K H S L
Decimal 137 234 186 0.41 0 0.21 0.08 150.31 0.7 0.73
Hex 89 EA BA 29 0 15 8 96 46 49
Octal 211 352 272 51 0 25 10 226 106 111
Binary 10001001 11101010 10111010 101001 0 10101 1000 10010110 1000110 1001001

Color Harmonies of #89EABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89EABA

Black with #89EABA

Text Example


Text Example

White with #89EABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #89EABA;
 }
 .AnyTagClassName
 {
   color: #89EABA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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