#9FCEB1

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

Shades of Vista Blue #9FCEB1

Tints of Vista Blue #9FCEB1

Color information

#9FCEB1 (or 0x9FCEB1) is unknown color: approx Vista Blue. HEX triplet: 9F, CE and B1. RGB value is (159,206,177). Sum of RGB (Red+Green+Blue) = 159+206+177=542 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.34% from 542); Green value is 206 (80.86% from 255 or 38.01% from 542); Blue value is 177 (69.53% from 255 or 32.66% from 542); Max value from RGB is 206 - color contains mainly: green. Hex color #9FCEB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCEB1 is #60314E. Grayscale: #BCBCBC. Windows color (decimal): -6304079 or 11652767. OLE color: 11652767.

HSL color Cylindrical-coordinate representation of color #9FCEB1: hue angle of 142.98º degrees, saturation: 0.32, 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 #9FCEB1 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB159206177-
CMYK0.2300.140.19
HSL142.98º32.41%71.57%-
HSV(B)142.98º22.82%80.78%-
XYZ44.3154.6949.82-
YUV188.64121.43106.86-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.34%
GREEN value IS 206 (80.86% from 255) = 38.01%
BLUE value IS 177 (69.53% from 255) = 32.66%
R=29.34%
G=38.01%
B=32.66%

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
Decimal1592061770.2300.140.19142.9832.4171.57
Hex9FCEB1170E138f2048
Octal237316261270162321740110
Binary100111111100111010110001101110111010011100011111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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