Html Css Color HEX #9FE9BE Vista Blue

📋 copy color: '#9FE9BE'

red 159 ◦ green 233 ◦ blue 190

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

Shades of Vista Blue #9FE9BE

Tints of Vista Blue #9FE9BE

RGB

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

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

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

R = 27.32%
G = 40.03%
B = 32.65%

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

#9FE9BE (or 0x9FE9BE) is known color: Vista Blue. HEX triplet: 9F, E9 and BE. RGB value is (159,233,190). Sum of RGB (Red+Green+Blue) = 159+233+190=582 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.32% from 582); Green value is 233 (91.41% from 255 or 40.03% from 582); Blue value is 190 (74.61% from 255 or 32.65% from 582); Max value from RGB is 233 - color contains mainly: green. Hex color #9FE9BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FE9BE is #601641. Grayscale: #CECECE. Windows color (decimal): -6297154 or 12511647. OLE color: 12511647.

HSL color Cylindrical-coordinate representation of color #9FE9BE: hue angle of 145.14º 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 #9FE9BE is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 159 233 190 -
CMYK 0.32 0 0.18 0.09
HSL 145.14º 0.63% 0.77% -
HSV(B) 145.14º 0.32% 0.91% -
XYZ 52.73 69.37 59.33 -
YUV 205.97 118.98 94.5 -
System Red Green Blue C M Y K H S L
Decimal 159 233 190 0.32 0 0.18 0.09 145.14 0.63 0.77
Hex 9F E9 BE 20 0 12 9 91 3F 4D
Octal 237 351 276 40 0 22 11 221 77 115
Binary 10011111 11101001 10111110 100000 0 10010 1001 10010001 111111 1001101

Color Harmonies of #9FE9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE9BE

Black with #9FE9BE

Text Example


Text Example

White with #9FE9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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