#9FD7BE

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

Shades of Vista Blue #9FD7BE

Tints of Vista Blue #9FD7BE

Color information

#9FD7BE (or 0x9FD7BE) is unknown color: approx Vista Blue. HEX triplet: 9F, D7 and BE. RGB value is (159,215,190). Sum of RGB (Red+Green+Blue) = 159+215+190=564 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.19% from 564); Green value is 215 (84.38% from 255 or 38.12% from 564); Blue value is 190 (74.61% from 255 or 33.69% from 564); Max value from RGB is 215 - color contains mainly: green. Hex color #9FD7BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FD7BE is #602841. Grayscale: #C3C3C3. Windows color (decimal): -6301762 or 12507039. OLE color: 12507039.

HSL color Cylindrical-coordinate representation of color #9FD7BE: hue angle of 153.21º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9FD7BE is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB159215190-
CMYK0.2600.120.16
HSL153.21º41.18%73.33%-
HSV(B)153.21º26.05%84.31%-
XYZ47.8959.6957.71-
YUV195.41124.95102.03-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.19%
GREEN value IS 215 (84.38% from 255) = 38.12%
BLUE value IS 190 (74.61% from 255) = 33.69%
R=28.19%
G=38.12%
B=33.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1592151900.2600.120.16153.2141.1873.33
Hex9FD7BE1A0C10992949
Octal237327276320142023151111
Binary100111111101011110111110110100110010000100110011010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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