Html Css Color HEX #89E0B0 Vista Blue

📋 copy color: '#89E0B0'

red 137 ◦ green 224 ◦ blue 176

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

Shades of Vista Blue #89E0B0

Tints of Vista Blue #89E0B0

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.71%

 BLUE value IS 176 (69.14% from 255) = 32.77%

R = 25.51%
G = 41.71%
B = 32.77%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#89E0B0 (or 0x89E0B0) is known color: Vista Blue. HEX triplet: 89, E0 and B0. RGB value is (137,224,176). Sum of RGB (Red+Green+Blue) = 137+224+176=537 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.51% from 537); Green value is 224 (87.89% from 255 or 41.71% from 537); Blue value is 176 (69.14% from 255 or 32.77% from 537); Max value from RGB is 224 - color contains mainly: green. Hex color #89E0B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89E0B0 is #761F4F. Grayscale: #C0C0C0. Windows color (decimal): -7741264 or 11591817. OLE color: 11591817.

HSL color Cylindrical-coordinate representation of color #89E0B0: hue angle of 146.9º degrees, saturation: 0.58, 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 #89E0B0 is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB 137 224 176 -
CMYK 0.39 0 0.21 0.12
HSL 146.9º 0.58% 0.71% -
HSV(B) 146.9º 0.39% 0.88% -
XYZ 44.81 61.76 50.63 -
YUV 192.52 118.68 88.4 -
System Red Green Blue C M Y K H S L
Decimal 137 224 176 0.39 0 0.21 0.12 146.9 0.58 0.71
Hex 89 E0 B0 27 0 15 C 93 3A 47
Octal 211 340 260 47 0 25 14 223 72 107
Binary 10001001 11100000 10110000 100111 0 10101 1100 10010011 111010 1000111

Color Harmonies of #89E0B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89E0B0

Black with #89E0B0

Text Example


Text Example

White with #89E0B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,224,176); }

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

background-color css

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

 a { background-color: rgb(137,224,176); }

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

border-color css

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

 span { border-color: rgb(137,224,176); }

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