Html Css Color HEX #9ED5BE Vista Blue

📋 copy color: '#9ED5BE'

red 158 ◦ green 213 ◦ blue 190

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

Shades of Vista Blue #9ED5BE

Tints of Vista Blue #9ED5BE

RGB

 RED value IS 158 (62.11% from 255) = 28.16%

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

 BLUE value IS 190 (74.61% from 255) = 33.87%

R = 28.16%
G = 37.97%
B = 33.87%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#9ED5BE (or 0x9ED5BE) is known color: Vista Blue. HEX triplet: 9E, D5 and BE. RGB value is (158,213,190). Sum of RGB (Red+Green+Blue) = 158+213+190=561 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.16% from 561); Green value is 213 (83.59% from 255 or 37.97% from 561); Blue value is 190 (74.61% from 255 or 33.87% from 561); Max value from RGB is 213 - color contains mainly: green. Hex color #9ED5BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED5BE is #612A41. Grayscale: #C1C1C1. Windows color (decimal): -6367810 or 12506526. OLE color: 12506526.

HSL color Cylindrical-coordinate representation of color #9ED5BE: hue angle of 154.91º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9ED5BE is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 158 213 190 -
CMYK 0.26 0 0.11 0.16
HSL 154.91º 0.4% 0.73% -
HSV(B) 154.91º 0.26% 0.84% -
XYZ 47.19 58.58 57.53 -
YUV 193.93 125.78 102.37 -
System Red Green Blue C M Y K H S L
Decimal 158 213 190 0.26 0 0.11 0.16 154.91 0.4 0.73
Hex 9E D5 BE 1A 0 B 10 9B 28 49
Octal 236 325 276 32 0 13 20 233 50 111
Binary 10011110 11010101 10111110 11010 0 1011 10000 10011011 101000 1001001

Color Harmonies of #9ED5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED5BE

Black with #9ED5BE

Text Example


Text Example

White with #9ED5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9ED5BE; }

 p { color: rgb(158,213,190); }

 H1.HeaderClassName
 {
   color: #9ED5BE;
 }
 .AnyTagClassName
 {
   color: #9ED5BE;
 }
</style>

background-color css

<style>
 a { background-color: #9ED5BE; }

 a { background-color: rgb(158,213,190); }

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

border-color css

<style>
 span { border-color: #9ED5BE; }

 span { border-color: rgb(158,213,190); }

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