#9FCEB2

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

Shades of Vista Blue #9FCEB2

Tints of Vista Blue #9FCEB2

Color information

#9FCEB2 (or 0x9FCEB2) is unknown color: approx Vista Blue. HEX triplet: 9F, CE and B2. RGB value is (159,206,178). Sum of RGB (Red+Green+Blue) = 159+206+178=543 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.28% from 543); Green value is 206 (80.86% from 255 or 37.94% from 543); Blue value is 178 (69.92% from 255 or 32.78% from 543); Max value from RGB is 206 - color contains mainly: green. Hex color #9FCEB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCEB2 is #60314D. Grayscale: #BCBCBC. Windows color (decimal): -6304078 or 11718303. OLE color: 11718303.

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

Color convert

RGB159206178-
CMYK0.2300.140.19
HSL144.26º32.41%71.57%-
HSV(B)144.26º22.82%80.78%-
XYZ44.4154.7350.34-
YUV188.76121.93106.78-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.28%
GREEN value IS 206 (80.86% from 255) = 37.94%
BLUE value IS 178 (69.92% from 255) = 32.78%
R=29.28%
G=37.94%
B=32.78%

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
Decimal1592061780.2300.140.19144.2632.4171.57
Hex9FCEB2170E13902048
Octal237316262270162322040110
Binary100111111100111010110010101110111010011100100001000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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