Html Css Color HEX #9EF0B9 Vista Blue

📋 copy color: '#9EF0B9'

red 158 ◦ green 240 ◦ blue 185

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

Shades of Vista Blue #9EF0B9

Tints of Vista Blue #9EF0B9

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.17%

 BLUE value IS 185 (72.66% from 255) = 31.73%

R = 27.1%
G = 41.17%
B = 31.73%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#9EF0B9 (or 0x9EF0B9) is known color: Vista Blue. HEX triplet: 9E, F0 and B9. RGB value is (158,240,185). Sum of RGB (Red+Green+Blue) = 158+240+185=583 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.10% from 583); Green value is 240 (94.14% from 255 or 41.17% from 583); Blue value is 185 (72.66% from 255 or 31.73% from 583); Max value from RGB is 240 - color contains mainly: green. Hex color #9EF0B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EF0B9 is #610F46. Grayscale: #D1D1D1. Windows color (decimal): -6360903 or 12185758. OLE color: 12185758.

HSL color Cylindrical-coordinate representation of color #9EF0B9: hue angle of 139.76º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EF0B9 is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB 158 240 185 -
CMYK 0.34 0 0.23 0.06
HSL 139.76º 0.73% 0.78% -
HSV(B) 139.76º 0.34% 0.94% -
XYZ 54.02 73.09 57.16 -
YUV 209.21 114.33 91.47 -
System Red Green Blue C M Y K H S L
Decimal 158 240 185 0.34 0 0.23 0.06 139.76 0.73 0.78
Hex 9E F0 B9 22 0 17 6 8C 49 4E
Octal 236 360 271 42 0 27 6 214 111 116
Binary 10011110 11110000 10111001 100010 0 10111 110 10001100 1001001 1001110

Color Harmonies of #9EF0B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EF0B9

Black with #9EF0B9

Text Example


Text Example

White with #9EF0B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,240,185); }

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

background-color css

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

 a { background-color: rgb(158,240,185); }

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

border-color css

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

 span { border-color: rgb(158,240,185); }

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