Html Css Color HEX #9ED9BE Vista Blue

📋 copy color: '#9ED9BE'

red 158 ◦ green 217 ◦ blue 190

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

Shades of Vista Blue #9ED9BE

Tints of Vista Blue #9ED9BE

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.41%

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

R = 27.96%
G = 38.41%
B = 33.63%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#9ED9BE (or 0x9ED9BE) is known color: Vista Blue. HEX triplet: 9E, D9 and BE. RGB value is (158,217,190). Sum of RGB (Red+Green+Blue) = 158+217+190=565 (74% of max value = 765). Red value is 158 (62.11% from 255 or 27.96% from 565); Green value is 217 (85.16% from 255 or 38.41% from 565); Blue value is 190 (74.61% from 255 or 33.63% from 565); Max value from RGB is 217 - color contains mainly: green. Hex color #9ED9BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED9BE is #612641. Grayscale: #C4C4C4. Windows color (decimal): -6366786 or 12507550. OLE color: 12507550.

HSL color Cylindrical-coordinate representation of color #9ED9BE: hue angle of 152.54º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9ED9BE is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 158 217 190 -
CMYK 0.27 0 0.12 0.15
HSL 152.54º 0.44% 0.74% -
HSV(B) 152.54º 0.27% 0.85% -
XYZ 48.21 60.61 57.87 -
YUV 196.28 124.45 100.7 -
System Red Green Blue C M Y K H S L
Decimal 158 217 190 0.27 0 0.12 0.15 152.54 0.44 0.74
Hex 9E D9 BE 1B 0 C F 99 2C 4A
Octal 236 331 276 33 0 14 17 231 54 112
Binary 10011110 11011001 10111110 11011 0 1100 1111 10011001 101100 1001010

Color Harmonies of #9ED9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED9BE

Black with #9ED9BE

Text Example


Text Example

White with #9ED9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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