Html Css Color HEX #9EE9BE Vista Blue

📋 copy color: '#9EE9BE'

red 158 ◦ green 233 ◦ blue 190

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

Shades of Vista Blue #9EE9BE

Tints of Vista Blue #9EE9BE

RGB

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

 GREEN value IS 233 (91.41% from 255) = 40.1%

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

R = 27.19%
G = 40.1%
B = 32.7%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#9EE9BE (or 0x9EE9BE) is known color: Vista Blue. HEX triplet: 9E, E9 and BE. RGB value is (158,233,190). Sum of RGB (Red+Green+Blue) = 158+233+190=581 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.19% from 581); Green value is 233 (91.41% from 255 or 40.10% from 581); Blue value is 190 (74.61% from 255 or 32.70% from 581); Max value from RGB is 233 - color contains mainly: green. Hex color #9EE9BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EE9BE is #611641. Grayscale: #CDCDCD. Windows color (decimal): -6362690 or 12511646. OLE color: 12511646.

HSL color Cylindrical-coordinate representation of color #9EE9BE: hue angle of 145.6º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9EE9BE is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 158 233 190 -
CMYK 0.32 0 0.18 0.09
HSL 145.6º 0.63% 0.77% -
HSV(B) 145.6º 0.32% 0.91% -
XYZ 52.53 69.26 59.32 -
YUV 205.67 119.15 94 -
System Red Green Blue C M Y K H S L
Decimal 158 233 190 0.32 0 0.18 0.09 145.6 0.63 0.77
Hex 9E E9 BE 20 0 12 9 92 3F 4D
Octal 236 351 276 40 0 22 11 222 77 115
Binary 10011110 11101001 10111110 100000 0 10010 1001 10010010 111111 1001101

Color Harmonies of #9EE9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE9BE

Black with #9EE9BE

Text Example


Text Example

White with #9EE9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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