Html Css Color HEX #9EE5BA Vista Blue

📋 copy color: '#9EE5BA'

red 158 ◦ green 229 ◦ blue 186

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

Shades of Vista Blue #9EE5BA

Tints of Vista Blue #9EE5BA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 39.97%

 BLUE value IS 186 (73.05% from 255) = 32.46%

R = 27.57%
G = 39.97%
B = 32.46%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#9EE5BA (or 0x9EE5BA) is known color: Vista Blue. HEX triplet: 9E, E5 and BA. RGB value is (158,229,186). Sum of RGB (Red+Green+Blue) = 158+229+186=573 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.57% from 573); Green value is 229 (89.84% from 255 or 39.97% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 229 - color contains mainly: green. Hex color #9EE5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EE5BA is #611A45. Grayscale: #CACACA. Windows color (decimal): -6363718 or 12248478. OLE color: 12248478.

HSL color Cylindrical-coordinate representation of color #9EE5BA: hue angle of 143.66º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9EE5BA is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 158 229 186 -
CMYK 0.31 0 0.19 0.10
HSL 143.66º 0.58% 0.76% -
HSV(B) 143.66º 0.31% 0.9% -
XYZ 50.98 66.85 56.67 -
YUV 202.87 118.48 96 -
System Red Green Blue C M Y K H S L
Decimal 158 229 186 0.31 0 0.19 0.10 143.66 0.58 0.76
Hex 9E E5 BA 1F 0 13 A 90 3A 4C
Octal 236 345 272 37 0 23 12 220 72 114
Binary 10011110 11100101 10111010 11111 0 10011 1010 10010000 111010 1001100

Color Harmonies of #9EE5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE5BA

Black with #9EE5BA

Text Example


Text Example

White with #9EE5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,229,186); }

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

background-color css

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

 a { background-color: rgb(158,229,186); }

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

border-color css

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

 span { border-color: rgb(158,229,186); }

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