#9FCFB1

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

Shades of Vista Blue #9FCFB1

Tints of Vista Blue #9FCFB1

Color information

#9FCFB1 (or 0x9FCFB1) is unknown color: approx Vista Blue. HEX triplet: 9F, CF and B1. RGB value is (159,207,177). Sum of RGB (Red+Green+Blue) = 159+207+177=543 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.28% from 543); Green value is 207 (81.25% from 255 or 38.12% from 543); Blue value is 177 (69.53% from 255 or 32.60% from 543); Max value from RGB is 207 - color contains mainly: green. Hex color #9FCFB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCFB1 is #60304E. Grayscale: #BDBDBD. Windows color (decimal): -6303823 or 11653023. OLE color: 11653023.

HSL color Cylindrical-coordinate representation of color #9FCFB1: hue angle of 142.5º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9FCFB1 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB159207177-
CMYK0.2300.140.19
HSL142.5º33.33%71.76%-
HSV(B)142.5º23.19%81.18%-
XYZ44.5555.1749.9-
YUV189.23121.1106.44-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.28%
GREEN value IS 207 (81.25% from 255) = 38.12%
BLUE value IS 177 (69.53% from 255) = 32.60%
R=29.28%
G=38.12%
B=32.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1592071770.2300.140.19142.533.3371.76
Hex9FCFB1170E138e2148
Octal237317261270162321641110
Binary100111111100111110110001101110111010011100011101000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,207,177); }

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

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

 a { background-color: rgb(159,207,177); }

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

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

 span { border-color: rgb(159,207,177); }

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