#9FC9AF

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

Shades of Vista Blue #9FC9AF

Tints of Vista Blue #9FC9AF

Color information

#9FC9AF (or 0x9FC9AF) is unknown color: approx Vista Blue. HEX triplet: 9F, C9 and AF. RGB value is (159,201,175). Sum of RGB (Red+Green+Blue) = 159+201+175=535 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.72% from 535); Green value is 201 (78.91% from 255 or 37.57% from 535); Blue value is 175 (68.75% from 255 or 32.71% from 535); Max value from RGB is 201 - color contains mainly: green. Hex color #9FC9AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC9AF is #603650. Grayscale: #B9B9B9. Windows color (decimal): -6305361 or 11520415. OLE color: 11520415.

HSL color Cylindrical-coordinate representation of color #9FC9AF: hue angle of 142.86º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9FC9AF is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB159201175-
CMYK0.2100.130.21
HSL142.86º28%70.59%-
HSV(B)142.86º20.9%78.82%-
XYZ42.9252.2448.38-
YUV185.48122.09109.11-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.72%
GREEN value IS 201 (78.91% from 255) = 37.57%
BLUE value IS 175 (68.75% from 255) = 32.71%
R=29.72%
G=37.57%
B=32.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1592011750.2100.130.21142.862870.59
Hex9FC9AF150D158f1c47
Octal237311257250152521734107
Binary10011111110010011010111110101011011010110001111111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,201,175); }

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

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

 a { background-color: rgb(159,201,175); }

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

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

 span { border-color: rgb(159,201,175); }

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