Html Css Color HEX #9FE2BE Vista Blue

📋 copy color: '#9FE2BE'

red 159 ◦ green 226 ◦ blue 190

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

Shades of Vista Blue #9FE2BE

Tints of Vista Blue #9FE2BE

RGB

 RED value IS 159 (62.5% from 255) = 27.65%

 GREEN value IS 226 (88.67% from 255) = 39.3%

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

R = 27.65%
G = 39.3%
B = 33.04%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#9FE2BE (or 0x9FE2BE) is known color: Vista Blue. HEX triplet: 9F, E2 and BE. RGB value is (159,226,190). Sum of RGB (Red+Green+Blue) = 159+226+190=575 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.65% from 575); Green value is 226 (88.67% from 255 or 39.30% from 575); Blue value is 190 (74.61% from 255 or 33.04% from 575); Max value from RGB is 226 - color contains mainly: green. Hex color #9FE2BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FE2BE is #601D41. Grayscale: #C9C9C9. Windows color (decimal): -6298946 or 12509855. OLE color: 12509855.

HSL color Cylindrical-coordinate representation of color #9FE2BE: hue angle of 147.76º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9FE2BE is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB 159 226 190 -
CMYK 0.30 0 0.16 0.11
HSL 147.76º 0.54% 0.75% -
HSV(B) 147.76º 0.3% 0.89% -
XYZ 50.79 65.48 58.68 -
YUV 201.86 121.3 97.43 -
System Red Green Blue C M Y K H S L
Decimal 159 226 190 0.30 0 0.16 0.11 147.76 0.54 0.75
Hex 9F E2 BE 1E 0 10 B 94 36 4B
Octal 237 342 276 36 0 20 13 224 66 113
Binary 10011111 11100010 10111110 11110 0 10000 1011 10010100 110110 1001011

Color Harmonies of #9FE2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE2BE

Black with #9FE2BE

Text Example


Text Example

White with #9FE2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,226,190); }

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

background-color css

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

 a { background-color: rgb(159,226,190); }

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

border-color css

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

 span { border-color: rgb(159,226,190); }

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