#9FD7BB

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

Shades of Vista Blue #9FD7BB

Tints of Vista Blue #9FD7BB

Color information

#9FD7BB (or 0x9FD7BB) is unknown color: approx Vista Blue. HEX triplet: 9F, D7 and BB. RGB value is (159,215,187). Sum of RGB (Red+Green+Blue) = 159+215+187=561 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.34% from 561); Green value is 215 (84.38% from 255 or 38.32% from 561); Blue value is 187 (73.44% from 255 or 33.33% from 561); Max value from RGB is 215 - color contains mainly: green. Hex color #9FD7BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FD7BB is #602844. Grayscale: #C3C3C3. Windows color (decimal): -6301765 or 12310431. OLE color: 12310431.

HSL color Cylindrical-coordinate representation of color #9FD7BB: hue angle of 150º 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 #9FD7BB is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB159215187-
CMYK0.2600.130.16
HSL150º41.18%73.33%-
HSV(B)150º26.05%84.31%-
XYZ47.5759.5656-
YUV195.06123.45102.28-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.34%
GREEN value IS 215 (84.38% from 255) = 38.32%
BLUE value IS 187 (73.44% from 255) = 33.33%
R=28.34%
G=38.32%
B=33.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1592151870.2600.130.1615041.1873.33
Hex9FD7BB1A0D10962949
Octal237327273320152022651111
Binary100111111101011110111011110100110110000100101101010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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