Html Css Color HEX #89E1AF Vista Blue

📋 copy color: '#89E1AF'

red 137 ◦ green 225 ◦ blue 175

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

Shades of Vista Blue #89E1AF

Tints of Vista Blue #89E1AF

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.9%

 BLUE value IS 175 (68.75% from 255) = 32.59%

R = 25.51%
G = 41.9%
B = 32.59%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#89E1AF (or 0x89E1AF) is known color: Vista Blue. HEX triplet: 89, E1 and AF. RGB value is (137,225,175). Sum of RGB (Red+Green+Blue) = 137+225+175=537 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.51% from 537); Green value is 225 (88.28% from 255 or 41.90% from 537); Blue value is 175 (68.75% from 255 or 32.59% from 537); Max value from RGB is 225 - color contains mainly: green. Hex color #89E1AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89E1AF is #761E50. Grayscale: #C1C1C1. Windows color (decimal): -7741009 or 11526537. OLE color: 11526537.

HSL color Cylindrical-coordinate representation of color #89E1AF: hue angle of 145.91º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #89E1AF is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 137 225 175 -
CMYK 0.39 0 0.22 0.12
HSL 145.91º 0.59% 0.71% -
HSV(B) 145.91º 0.39% 0.88% -
XYZ 44.98 62.26 50.2 -
YUV 192.99 117.85 88.07 -
System Red Green Blue C M Y K H S L
Decimal 137 225 175 0.39 0 0.22 0.12 145.91 0.59 0.71
Hex 89 E1 AF 27 0 16 C 92 3B 47
Octal 211 341 257 47 0 26 14 222 73 107
Binary 10001001 11100001 10101111 100111 0 10110 1100 10010010 111011 1000111

Color Harmonies of #89E1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89E1AF

Black with #89E1AF

Text Example


Text Example

White with #89E1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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