Html Css Color HEX #89EDBC Vista Blue

📋 copy color: '#89EDBC'

red 137 ◦ green 237 ◦ blue 188

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

Shades of Vista Blue #89EDBC

Tints of Vista Blue #89EDBC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.17%

 BLUE value IS 188 (73.83% from 255) = 33.45%

R = 24.38%
G = 42.17%
B = 33.45%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#89EDBC (or 0x89EDBC) is known color: Vista Blue. HEX triplet: 89, ED and BC. RGB value is (137,237,188). Sum of RGB (Red+Green+Blue) = 137+237+188=562 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.38% from 562); Green value is 237 (92.97% from 255 or 42.17% from 562); Blue value is 188 (73.83% from 255 or 33.45% from 562); Max value from RGB is 237 - color contains mainly: green. Hex color #89EDBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89EDBC is #761243. Grayscale: #C9C9C9. Windows color (decimal): -7737924 or 12381577. OLE color: 12381577.

HSL color Cylindrical-coordinate representation of color #89EDBC: hue angle of 150.6º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #89EDBC is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 137 237 188 -
CMYK 0.42 0 0.21 0.07
HSL 150.6º 0.74% 0.73% -
HSV(B) 150.6º 0.42% 0.93% -
XYZ 49.68 69.52 58.38 -
YUV 201.51 120.37 81.98 -
System Red Green Blue C M Y K H S L
Decimal 137 237 188 0.42 0 0.21 0.07 150.6 0.74 0.73
Hex 89 ED BC 2A 0 15 7 97 4A 49
Octal 211 355 274 52 0 25 7 227 112 111
Binary 10001001 11101101 10111100 101010 0 10101 111 10010111 1001010 1001001

Color Harmonies of #89EDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89EDBC

Black with #89EDBC

Text Example


Text Example

White with #89EDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,237,188); }

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

background-color css

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

 a { background-color: rgb(137,237,188); }

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

border-color css

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

 span { border-color: rgb(137,237,188); }

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