#9FE3B4

Color #9FE3B4 Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #9FE3B4

Tints of Vista Blue #9FE3B4

Color information

#9FE3B4 (or 0x9FE3B4) is unknown color: approx Vista Blue. HEX triplet: 9F, E3 and B4. RGB value is (159,227,180). Sum of RGB (Red+Green+Blue) = 159+227+180=566 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.09% from 566); Green value is 227 (89.06% from 255 or 40.11% from 566); Blue value is 180 (70.70% from 255 or 31.80% from 566); Max value from RGB is 227 - color contains mainly: green. Hex color #9FE3B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FE3B4 is #601C4B. Grayscale: #C9C9C9. Windows color (decimal): -6298700 or 11854751. OLE color: 11854751.

HSL color Cylindrical-coordinate representation of color #9FE3B4: hue angle of 138.53º degrees, saturation: 0.55, 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 #9FE3B4 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.

Color convert

RGB159227180-
CMYK0.3000.210.11
HSL138.53º54.84%75.69%-
HSV(B)138.53º29.96%89.02%-
XYZ50.0165.653.21-
YUV201.31115.9797.82-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.09%
GREEN value IS 227 (89.06% from 255) = 40.11%
BLUE value IS 180 (70.70% from 255) = 31.80%
R=28.09%
G=40.11%
B=31.80%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1592271800.3000.210.11138.5354.8475.69
Hex9FE3B41E015B8b374c
Octal237343264360251321367114
Binary100111111110001110110100111100101011011100010111101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,227,180); }

 H1.HeaderClassName
 {
   color: #9FE3B4;
 }
 .AnyTagClassName
 {
   color: #9FE3B4;
 }
</style>
background-color css

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

 a { background-color: rgb(159,227,180); }

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

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

 span { border-color: rgb(159,227,180); }

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