#9FCAB0

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

Shades of Vista Blue #9FCAB0

Tints of Vista Blue #9FCAB0

Color information

#9FCAB0 (or 0x9FCAB0) is unknown color: approx Vista Blue. HEX triplet: 9F, CA and B0. RGB value is (159,202,176). Sum of RGB (Red+Green+Blue) = 159+202+176=537 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.61% from 537); Green value is 202 (79.30% from 255 or 37.62% from 537); Blue value is 176 (69.14% from 255 or 32.77% from 537); Max value from RGB is 202 - color contains mainly: green. Hex color #9FCAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCAB0 is #60354F. Grayscale: #BABABA. Windows color (decimal): -6305104 or 11586207. OLE color: 11586207.

HSL color Cylindrical-coordinate representation of color #9FCAB0: hue angle of 143.72º degrees, saturation: 0.29, 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 #9FCAB0 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB159202176-
CMYK0.2100.130.21
HSL143.72º28.86%70.78%-
HSV(B)143.72º21.29%79.22%-
XYZ43.2652.7548.98-
YUV186.18122.25108.61-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.61%
GREEN value IS 202 (79.30% from 255) = 37.62%
BLUE value IS 176 (69.14% from 255) = 32.77%
R=29.61%
G=37.62%
B=32.77%

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
Decimal1592021760.2100.130.21143.7228.8670.78
Hex9FCAB0150D15901d47
Octal237312260250152522035107
Binary10011111110010101011000010101011011010110010000111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,202,176); }

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

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

 a { background-color: rgb(159,202,176); }

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

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

 span { border-color: rgb(159,202,176); }

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