Html Css Color HEX #9EE8BE Vista Blue

📋 copy color: '#9EE8BE'

red 158 ◦ green 232 ◦ blue 190

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

Shades of Vista Blue #9EE8BE

Tints of Vista Blue #9EE8BE

RGB

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

 GREEN value IS 232 (91.02% from 255) = 40%

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

R = 27.24%
G = 40%
B = 32.76%

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

#9EE8BE (or 0x9EE8BE) is known color: Vista Blue. HEX triplet: 9E, E8 and BE. RGB value is (158,232,190). Sum of RGB (Red+Green+Blue) = 158+232+190=580 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.24% from 580); Green value is 232 (91.02% from 255 or 40% from 580); Blue value is 190 (74.61% from 255 or 32.76% from 580); Max value from RGB is 232 - color contains mainly: green. Hex color #9EE8BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EE8BE is #611741. Grayscale: #CDCDCD. Windows color (decimal): -6362946 or 12511390. OLE color: 12511390.

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

Color convert

RGB 158 232 190 -
CMYK 0.32 0 0.18 0.09
HSL 145.95º 0.62% 0.76% -
HSV(B) 145.95º 0.32% 0.91% -
XYZ 52.25 68.7 59.22 -
YUV 205.09 119.48 94.42 -
System Red Green Blue C M Y K H S L
Decimal 158 232 190 0.32 0 0.18 0.09 145.95 0.62 0.76
Hex 9E E8 BE 20 0 12 9 92 3E 4C
Octal 236 350 276 40 0 22 11 222 76 114
Binary 10011110 11101000 10111110 100000 0 10010 1001 10010010 111110 1001100

Color Harmonies of #9EE8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE8BE

Black with #9EE8BE

Text Example


Text Example

White with #9EE8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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