Html Css Color HEX #89D5B1 Vista Blue

📋 copy color: '#89D5B1'

red 137 ◦ green 213 ◦ blue 177

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

Shades of Vista Blue #89D5B1

Tints of Vista Blue #89D5B1

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.42%

 BLUE value IS 177 (69.53% from 255) = 33.59%

R = 26%
G = 40.42%
B = 33.59%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#89D5B1 (or 0x89D5B1) is known color: Vista Blue. HEX triplet: 89, D5 and B1. RGB value is (137,213,177). Sum of RGB (Red+Green+Blue) = 137+213+177=527 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.00% from 527); Green value is 213 (83.59% from 255 or 40.42% from 527); Blue value is 177 (69.53% from 255 or 33.59% from 527); Max value from RGB is 213 - color contains mainly: green. Hex color #89D5B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89D5B1 is #762A4E. Grayscale: #BABABA. Windows color (decimal): -7744079 or 11654537. OLE color: 11654537.

HSL color Cylindrical-coordinate representation of color #89D5B1: hue angle of 151.58º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #89D5B1 is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 137 213 177 -
CMYK 0.36 0 0.17 0.16
HSL 151.58º 0.48% 0.69% -
HSV(B) 151.58º 0.36% 0.84% -
XYZ 42.05 56.08 50.2 -
YUV 186.17 122.82 92.93 -
System Red Green Blue C M Y K H S L
Decimal 137 213 177 0.36 0 0.17 0.16 151.58 0.48 0.69
Hex 89 D5 B1 24 0 11 10 98 30 45
Octal 211 325 261 44 0 21 20 230 60 105
Binary 10001001 11010101 10110001 100100 0 10001 10000 10011000 110000 1000101

Color Harmonies of #89D5B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89D5B1

Black with #89D5B1

Text Example


Text Example

White with #89D5B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,213,177); }

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

background-color css

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

 a { background-color: rgb(137,213,177); }

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

border-color css

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

 span { border-color: rgb(137,213,177); }

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