#9FE9BB

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

Shades of Vista Blue #9FE9BB

Tints of Vista Blue #9FE9BB

Color information

#9FE9BB (or 0x9FE9BB) is unknown color: approx Vista Blue. HEX triplet: 9F, E9 and BB. RGB value is (159,233,187). Sum of RGB (Red+Green+Blue) = 159+233+187=579 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.46% from 579); Green value is 233 (91.41% from 255 or 40.24% from 579); Blue value is 187 (73.44% from 255 or 32.30% from 579); Max value from RGB is 233 - color contains mainly: green. Hex color #9FE9BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FE9BB is #601644. Grayscale: #CDCDCD. Windows color (decimal): -6297157 or 12315039. OLE color: 12315039.

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

Color convert

RGB159233187-
CMYK0.3200.200.09
HSL142.7º62.71%76.86%-
HSV(B)142.7º31.76%91.37%-
XYZ52.4169.2457.62-
YUV205.63117.4894.74-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.46%
GREEN value IS 233 (91.41% from 255) = 40.24%
BLUE value IS 187 (73.44% from 255) = 32.30%
R=27.46%
G=40.24%
B=32.30%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1592331870.3200.200.09142.762.7176.86
Hex9FE9BB2001498f3f4d
Octal237351273400241121777115
Binary1001111111101001101110111000000101001001100011111111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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