#9FE3B5

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

Shades of Vista Blue #9FE3B5

Tints of Vista Blue #9FE3B5

Color information

#9FE3B5 (or 0x9FE3B5) is unknown color: approx Vista Blue. HEX triplet: 9F, E3 and B5. RGB value is (159,227,181). Sum of RGB (Red+Green+Blue) = 159+227+181=567 (75% of max value = 765). Red value is 159 (62.5% from 255 or 28.04% from 567); Green value is 227 (89.06% from 255 or 40.04% from 567); Blue value is 181 (71.09% from 255 or 31.92% from 567); Max value from RGB is 227 - color contains mainly: green. Hex color #9FE3B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FE3B5 is #601C4A. Grayscale: #C9C9C9. Windows color (decimal): -6298699 or 11920287. OLE color: 11920287.

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

Color convert

RGB159227181-
CMYK0.3000.200.11
HSL139.41º54.84%75.69%-
HSV(B)139.41º29.96%89.02%-
XYZ50.1165.6553.75-
YUV201.42116.4797.74-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.04%
GREEN value IS 227 (89.06% from 255) = 40.04%
BLUE value IS 181 (71.09% from 255) = 31.92%
R=28.04%
G=40.04%
B=31.92%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1592271810.3000.200.11139.4154.8475.69
Hex9FE3B51E014B8b374c
Octal237343265360241321367114
Binary100111111110001110110101111100101001011100010111101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE3B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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