#9FD9B7

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

Shades of Vista Blue #9FD9B7

Tints of Vista Blue #9FD9B7

Color information

#9FD9B7 (or 0x9FD9B7) is unknown color: approx Vista Blue. HEX triplet: 9F, D9 and B7. RGB value is (159,217,183). Sum of RGB (Red+Green+Blue) = 159+217+183=559 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.44% from 559); Green value is 217 (85.16% from 255 or 38.82% from 559); Blue value is 183 (71.88% from 255 or 32.74% from 559); Max value from RGB is 217 - color contains mainly: green. Hex color #9FD9B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FD9B7 is #602648. Grayscale: #C3C3C3. Windows color (decimal): -6301257 or 12048799. OLE color: 12048799.

HSL color Cylindrical-coordinate representation of color #9FD9B7: hue angle of 144.83º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9FD9B7 is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB159217183-
CMYK0.2700.160.15
HSL144.83º43.28%73.73%-
HSV(B)144.83º26.73%85.1%-
XYZ47.6660.4253.95-
YUV195.78120.78101.76-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.44%
GREEN value IS 217 (85.16% from 255) = 38.82%
BLUE value IS 183 (71.88% from 255) = 32.74%
R=28.44%
G=38.82%
B=32.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1592171830.2700.160.15144.8343.2873.73
Hex9FD9B71B010F912b4a
Octal237331267330201722153112
Binary100111111101100110110111110110100001111100100011010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD9B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,217,183); }

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

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

 a { background-color: rgb(159,217,183); }

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

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

 span { border-color: rgb(159,217,183); }

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