Html Css Color HEX #9FE4BE Vista Blue

📋 copy color: '#9FE4BE'

red 159 ◦ green 228 ◦ blue 190

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

Shades of Vista Blue #9FE4BE

Tints of Vista Blue #9FE4BE

RGB

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

 GREEN value IS 228 (89.45% from 255) = 39.51%

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

R = 27.56%
G = 39.51%
B = 32.93%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#9FE4BE (or 0x9FE4BE) is known color: Vista Blue. HEX triplet: 9F, E4 and BE. RGB value is (159,228,190). Sum of RGB (Red+Green+Blue) = 159+228+190=577 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.56% from 577); Green value is 228 (89.45% from 255 or 39.51% from 577); Blue value is 190 (74.61% from 255 or 32.93% from 577); Max value from RGB is 228 - color contains mainly: green. Hex color #9FE4BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FE4BE is #601B41. Grayscale: #CBCBCB. Windows color (decimal): -6298434 or 12510367. OLE color: 12510367.

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

Color convert

RGB 159 228 190 -
CMYK 0.30 0 0.17 0.11
HSL 146.96º 0.56% 0.76% -
HSV(B) 146.96º 0.3% 0.89% -
XYZ 51.34 66.58 58.86 -
YUV 203.04 120.64 96.59 -
System Red Green Blue C M Y K H S L
Decimal 159 228 190 0.30 0 0.17 0.11 146.96 0.56 0.76
Hex 9F E4 BE 1E 0 11 B 93 38 4C
Octal 237 344 276 36 0 21 13 223 70 114
Binary 10011111 11100100 10111110 11110 0 10001 1011 10010011 111000 1001100

Color Harmonies of #9FE4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE4BE

Black with #9FE4BE

Text Example


Text Example

White with #9FE4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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