#9FD7B8

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

Shades of Vista Blue #9FD7B8

Tints of Vista Blue #9FD7B8

Color information

#9FD7B8 (or 0x9FD7B8) is unknown color: approx Vista Blue. HEX triplet: 9F, D7 and B8. RGB value is (159,215,184). Sum of RGB (Red+Green+Blue) = 159+215+184=558 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.49% from 558); Green value is 215 (84.38% from 255 or 38.53% from 558); Blue value is 184 (72.27% from 255 or 32.97% from 558); Max value from RGB is 215 - color contains mainly: green. Hex color #9FD7B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FD7B8 is #602847. Grayscale: #C2C2C2. Windows color (decimal): -6301768 or 12113823. OLE color: 12113823.

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

Color convert

RGB159215184-
CMYK0.2600.140.16
HSL146.79º41.18%73.33%-
HSV(B)146.79º26.05%84.31%-
XYZ47.2559.4354.33-
YUV194.72121.95102.52-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.49%
GREEN value IS 215 (84.38% from 255) = 38.53%
BLUE value IS 184 (72.27% from 255) = 32.97%
R=28.49%
G=38.53%
B=32.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1592151840.2600.140.16146.7941.1873.33
Hex9FD7B81A0E10932949
Octal237327270320162022351111
Binary100111111101011110111000110100111010000100100111010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD7B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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